get_agent
Retrieve detailed information about a specific conversational AI agent by providing its unique identifier.
Instructions
Get details about a specific conversational AI agent
Input Schema
Name | Required | Description | Default |
---|---|---|---|
agent_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"agent_id": {
"title": "Agent Id",
"type": "string"
}
},
"required": [
"agent_id"
],
"type": "object"
}