Retrieves the current configuration of the specified agent.
The unique identifier of the agent
Represents the current configuration of the agent. This is an admin-level resource that is not exposed to the users.
The type of the AgentConfig object
agent_config The configuration that is applied to Anthropic models.
The unique identifier of the agent
The message sent by the agent to initiate an interaction. This property supports Handlebars template format where you have access to the user and agent parameters. You can use these parameters to add context and personalize the message.
Indicates who sends the first message in each interaction. Defaults to "user".
user, agent The underlying model that powers the agent.
anthropic.claude-v1, anthropic.claude-v1-100k, anthropic.claude-instant-v1, anthropic.claude-instant-v1-100k, openai.gpt-4, openai.gpt-3.5-turbo, openai.gpt-3.5-turbo-16k The configuration that is applied to OpenAI models.
The system prompt that will be injected at the beginning of each interaction. This property supports Handlebars template format where you have access to the user and agent parameters. You can use these parameters to provide rich context to the agent and steer it in a specific direction.