Record
new-session-response
Response to new-session.
record new-session-response {
session-id: session-id,
modes: option<session-mode-state>,
models: option<session-model-state>,
config-options: option<list<session-config-option>>,
}Fields
| Name | Type | Description |
|---|---|---|
| session-id | session-id | The id assigned to the new session. |
| modes | option<session-mode-state> | Modes the agent can operate in for this session, if any. |
| models | option<session-model-state> | Models the agent can run for this session, if any. UNSTABLE. |
| config-options | option<list<session-config-option>> | Configuration option selectors (model / mode / thought-level)
for this session, if any. Supersedes modes/models on
clients that support it. |