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.
37
The ID of the ability to be used by the agent.
80
The ID of the language model to be used.
6
The session ID for tracking the interaction.
"12333333"
The input query or command for the agent.
"use the Assistant Consultation Tool to call an Assistant for help regarding a question"
The temperature the Agent should work on.
0
The ID of the user making the request.
"123"
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.
Response
The input command for the assistant.
"use the Assistant Consultation Tool to call an Assistant for help regarding a question"
A list of previous chat interactions.
The output generated by the agent.
"### Marketing Strategy Improvement Tips:\n- **Set Objectives Right Away:** Setting clear objectives is crucial..."
A list of intermediate steps taken by the agent.