Invoke Agent Call
Creates a new plant in the store
Ensure that the correct bbot-api-key
is included in the request header.
The input_data
should be crafted based on the specific use case and the
abilities of the agent being invoked.
The tool_config
and tool_activation
settings should be configured based on
the desired tools and functionalities for the agent.
Authorizations
API key for authentication
Body
The ID of the expert you want to invoke.
The ID of the ability to be used by the agent.
The ID of the language model to be used.
The session ID for tracking the interaction.
The input query or command for the agent.
The temperature the Agent should work on.
The ID of the user making the request.
A list of document URLs to be used by the agent.
A list of previous interactions with the agent.
Configuration options for various tools available to the agent.
Activation options for various tools.