Ai Assistant Personalities
An AI Assistant Personality defines a system prompt used to customize the in-app AI Assistant.
Resource Schema
Required
| Property | Description |
|---|---|
| name String | AI Assistant Personality name. |
| system_prompt String | System prompt injected into the in-app AI Assistant. |
Optional
| Property | Description |
|---|---|
| workspace_id Int64 | Workspace ID. 0 means the default workspace. |
| use_by_default Bool | Whether this personality is the default personality for the Workspace. |
| apply_to_all_workspaces Bool | If true, this default-workspace personality can apply to users in all workspaces. |
Read Only
| Property | Description |
|---|---|
| id Int64 | AI Assistant Personality ID. |
| created_at String | Creation time. |
| updated_at String | Last update time. |
Resource Import
This Resource supports importing using the following syntax:
Data Source Schema
Required
| Property | Description |
|---|---|
| id Int64 | AI Assistant Personality ID. |
Read Only
| Property | Description |
|---|---|
| workspace_id Int64 | Workspace ID. 0 means the default workspace. |
| name String | AI Assistant Personality name. |
| system_prompt String | System prompt injected into the in-app AI Assistant. |
| use_by_default Bool | Whether this personality is the default personality for the Workspace. |
| apply_to_all_workspaces Bool | If true, this default-workspace personality can apply to users in all workspaces. |
| created_at String | Creation time. |
| updated_at String | Last update time. |