I'm trying to discover the Agents and use them with the API.
The AgentsCompletionRequest works fine. The thing is I want to use the stream response and it seems that AgentsCompletionStreamRequest doesn't have the required types / is not updated.
Indeed, there is missing some mandatory information (I think) such as:
agentId
messages
And some others that aren't necessary:
model
prompt
Since I'm new on this, I might make some mistakes. Feel free to tell me!
Hi 👋
I'm trying to discover the
Agents
and use them with the API. The AgentsCompletionRequest works fine. The thing is I want to use the stream response and it seems that AgentsCompletionStreamRequest doesn't have the required types / is not updated.Indeed, there is missing some mandatory information (I think) such as:
agentId
messages
And some others that aren't necessary:
model
prompt
Since I'm new on this, I might make some mistakes. Feel free to tell me!