Create an agent
Creates a new agent with the given properties.
Body
The data with which an agent is created.
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 description of the agent, intended for developers' reference.
The agent's public-facing description, meant to be visible to your users.
The agent's display name, intended to serve as the public-facing name visible to your users.
Indicates who sends the first message in each interaction. Defaults to "user"
.
user
, agent
The name of the agent, designed to be visible to developers for internal reference purposes.
The configuration that is applied to OpenAI models.
Response
The unique identifier of the agent
The type of the Agent
object
agent
Whether the agent is currently active. If not, users will not be able to interact with the agent.
The description of the agent, intended for developers' reference.
The agent's public-facing description, meant to be visible to your users.
The agent's display name, intended to serve as the public-facing name visible to your users.
The name of the agent, designed to be visible to developers for internal reference purposes.
The time at which the object was created, measured in milliseconds since the Unix epoch
The time at which the object was last updated, measured in milliseconds since the Unix epoch