Update agent configuration
Updates the configuration of the specified agent. Only the provided properties will be updated. Any properties not provided will be left unchanged.
Path Parameters
The unique identifier of the agent
Body
The data with which an AgentConfig
is updated.
The configuration that is applied to Anthropic models.
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.
Response
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
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.