Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_USER | Yes | baserCMS APIのユーザー名(メールアドレス) | |
| API_BASE_URL | Yes | baserCMS APIのベースURL | |
| API_PASSWORD | Yes | baserCMS APIのパスワード | |
| OPENAI_MODEL | No | 使用するOpenAIモデル | gpt-3.5-turbo |
| OPENAI_API_KEY | No | OpenAIのAPIキー(省略可能 - 未設定時はAI生成をスキップ) | |
| DETAIL_MAX_AI_TOKENS | No | 詳細説明生成の最大トークン数 | 1000 |
| SUMMARY_MAX_AI_TOKENS | No | 要約生成の最大トークン数 | 200 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |