-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Description
How does one can pass previous user responses and assistant responses in chat? Consider I am creating a simple chatbot, and I want to send all previous responses from user and assistant ([["role" => "assistant", "content" => $aiResponse], ["role" => "user", "content" => $userResponse]]
) during the chat session for the context. How can I do this?
I can see you have AssistantMessage.php
and UserMessage.php
but they are sending Single response, no preservation of old conversation.
Metadata
Metadata
Assignees
Labels
No labels