Invoke

Beta
POST
/api/v0/agents/general/invoke

Call the general Athena agent synchronously.

Call the agent with the messages list, wait for the agent to complete, and return the result.

Request

This endpoint expects an object.
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 an object.
messageslist of maps from strings to any
Built with