Skip to main content
PATCH
Mettre à jour une session d'agent

Autorisations

X-API-KEY
string
header
requis

En-têtes

X-End-User-ID
string | null

Paramètres de chemin

session_id
string<uuid>
requis

Corps

application/json
title
string | null

New title for the session.

tool_ids
string<uuid>[] | null

List of tool IDs to enable for this session. Replaces existing tools.

skill_ids
string<uuid>[] | null

List of skill IDs to enable for this session. Replaces existing skills.

model_name
string | null

Model to use for this session.

status
string | null

Status of the session.

external_user_id
string | null

The external user ID associated with this session.

mcp_config
Mcp Config · object | null

Mettre à jour les serveurs MCP actifs pour cette session en cours de conversation.

Réponse

Successful Response

id
string<uuid>
requis

Unique identifier for the session.

status
string
requis

Current status (e.g., 'active', 'completed').

created_at
string<date-time>
requis

Creation timestamp.

updated_at
string<date-time>
requis

Last update timestamp.

title
string | null

Title of the session.

model_name
string | null

Model being used.

external_user_id
string | null

The external user ID associated with this session, if any.

active_tools
PublicToolListItem · object[]

List of tools enabled for this session.

active_skills
PublicSkillListItem · object[]

List of skills enabled for this session.

documents
PublicSessionDocumentListItem · object[]

List of documents linked to this session.

workspaces
PublicWorkspace · object[]

List of workspaces linked to this session.

mcp_config
Mcp Config · object | null

La configuration MCP actuellement active pour cette session.