Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
UV_PUBLISH_TOKEN | No | PyPI token for publishing the package | |
UV_PUBLISH_PASSWORD | No | PyPI password for publishing the package | |
UV_PUBLISH_USERNAME | No | PyPI username for publishing the package |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
魚の画像アップロード用ツール | 魚の画像を渡すと魚名や魚豆知識が返ります |
ユーザプロンプトに対するレシピ取得 | ユーザ希望に合わせたレシピを生成して返します |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
upload_file | ローカルの魚の画像をアップロードすると魚名と豆知識を返します |
get_recipe | ユーザプロンプトと前回取得した情報を元にレシピ生成 |