Batch

Beta
POST
/api/v0/agents/general/batch

Coming soon! Call the general agent with batched requests and return the results.

Request

This endpoint expects a list of objects.
configobjectRequired

Configurable fields for the agent.

messageslist of anyRequired

The messages to send to the agent. Each message should be a string (for text inputs) or a list of multimodal content parts.

Response

This endpoint returns a list of objects.
messageslist of maps from strings to any
Built with