Skip to main content
POST
Create or update LLM state

Children Schema

The 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.

Recursive Children Property

One of the key features of the 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.

Authorizations

X-API-KEY
string
header
required

Authorization header containing API key. You can find your API key in the dashboard under 'API Keys'.

Path Parameters

assistant_id
string
required

The ID of the assistant

Body

application/json
llm_states
object[]

Response

LLM states response

err
boolean
msg
string