Creates a new LLM state for the specified assistant, or update an existing one.
Children
schema represents a state in the LLM (Language Learning Model) with various properties such as state_id
, name
, description
, prompt
, parameters
, position
, and tools
.
Children
schema is the children
property. This property allows a children to have nested childrens, creating a hierarchical structure. Each children can, in turn, have its own children, allowing for a recursive definition of states.
Authorization header containing API key. You can find your API key in the dashboard under 'API Keys'.
The ID of the assistant
LLM states response
The response is of type object
.