Update an assistant by its ID.
Partial update: only fields included in the request body are changed. Creates a new version of the assistant.
Request model for creating assistants
The name of the assistant (auto-generated if not provided)
The description of the assistant. Defaults to null.
Configuration to use for the graph.
The ID of the graph
The context to use for the graph. Useful when graph is configurable.
Metadata to use for searching and filtering assistants.
Successful Response
Assistant entity model
Unique identifier for the assistant.
Human-readable name of the assistant.
Identifier of the graph this assistant executes.
Identifier of the user who owns this assistant.
The version of the assistant.
Timestamp when the assistant was created.
Timestamp when the assistant was last updated.
Optional description of the assistant's purpose.
Configuration passed to the graph at runtime.
Context variables available to the graph during execution.
Arbitrary metadata for searching and filtering.