v4

latestSwagger 2.02026-08-0343714211.7 MB
ai_assistant_personalities
Ai Assistant Personalities

Show Ai Assistant Personality

Show Ai Assistant Personality

get/ai_assistant_personalities/{id}

Path parameters

idinteger required

Ai Assistant Personality ID.

Response

The AiAssistantPersonalities object.

idinteger

AI Assistant Personality ID.

workspace_idinteger

Workspace ID. 0 means the default workspace.

namestring

AI Assistant Personality name.

system_promptstring

System prompt injected into the in-app AI Assistant.

use_by_defaultboolean

Whether this personality is the default personality for the Workspace.

apply_to_all_workspacesboolean

If true, this default-workspace personality can apply to users in all workspaces.

created_atstring date-time

Creation time.

updated_atstring date-time

Last update time.

Example response

{
  "id": 1,
  "name": "Concise Assistant",
  "system_prompt": "Respond as a concise operations assistant.",
  "created_at": "2000-01-01T01:00:00Z",
  "updated_at": "2000-01-01T01:00:00Z"
}