-
Notifications
You must be signed in to change notification settings - Fork 0
Error for the follow-up question #28
Copy link
Copy link
Open
Labels
Description
When the /api/chat/stream has the conversationId parameter, we face with error on getting tool_calls for tool role.
This is the response I'm getting from stream API:
event: message
data: {"role":"user","messageId":"678ee226-bdb0-45b3-921c-f7b6eee9c2fd","content":"Now give me list of tasks in Sandbox project"}
event: debug:error
data: {"message":"400 Invalid parameter: messages with role 'tool' must be a response to a preceeding message with 'tool_calls'."}
event: end
data: {"latestMessageId":"678ee226-bdb0-45b3-921c-f7b6eee9c2fd"}
Reactions are currently unavailable