ワンクリックで
filescom-ai-assistant-personalities
An AI Assistant Personality defines a system prompt used to customize the in-app AI Assistant.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
An AI Assistant Personality defines a system prompt used to customize the in-app AI Assistant.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Files.com User Additional Email Recipients via files-cli.
A Holiday Calendar defines site-wide holiday dates and optional partial-day windows that scheduled resources skip.
A RemoteServerCredential is a way to store a credential for Remote Servers in a centralized vault and then reference it from Remote Server definitions.
A RemoteServer is a specific type of Behavior called `remote_server_sync`.
Files.com Files via files-cli.
Expectations let your Files.com site define what “correct” file delivery looks like, continuously evaluate whether it happened, and keep history when it did not.
| name | filescom-ai-assistant-personalities |
| description | An AI Assistant Personality defines a system prompt used to customize the in-app AI Assistant. |
An AI Assistant Personality defines a system prompt used to customize the in-app AI Assistant.
All subcommands also accept the global flags documented in CONTEXT.md (--api-key, --format, --workspace-id, --debug, and the pagination flags --cursor / --per-page / --max-pages on list). Those are not repeated below.
files-cli ai-assistant-personalities listList Ai Assistant Personalities.
| Flag | Type | Description |
|---|---|---|
--sort-by | object | If set, sort records by the specified field in either asc or desc direction. Valid fields are workspace_id and id. |
--filter | object | If set, return records where the specified field is equal to the supplied value. Valid fields are workspace_id. |
files-cli ai-assistant-personalities findShow Ai Assistant Personality.
| Flag | Type | Description |
|---|---|---|
--id | int64 | Ai Assistant Personality ID. Required. |
files-cli ai-assistant-personalities createCreate Ai Assistant Personality.
| Flag | Type | Description |
|---|---|---|
--apply-to-all-workspaces | bool | If true, this default-workspace personality can apply to users in all workspaces. |
--name | string | AI Assistant Personality name. Required. |
--system-prompt | string | System prompt injected into the in-app AI Assistant. Required. |
--use-by-default | bool | Whether this personality is the default personality for the Workspace. |
--workspace-id | int64 | Workspace ID. 0 means the default workspace. |
files-cli ai-assistant-personalities updateUpdate Ai Assistant Personality.
| Flag | Type | Description |
|---|---|---|
--id | int64 | Ai Assistant Personality ID. Required. |
--apply-to-all-workspaces | bool | If true, this default-workspace personality can apply to users in all workspaces. |
--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. |
--workspace-id | int64 | Workspace ID. 0 means the default workspace. |
files-cli ai-assistant-personalities deleteDelete Ai Assistant Personality.
| Flag | Type | Description |
|---|---|---|
--id | int64 | Ai Assistant Personality ID. Required. |