Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Set to "development" for sample data | |
| FINDMINE_APP_ID | No | Your FindMine application ID | DEMO_APP_ID |
| FINDMINE_API_URL | No | FindMine API base URL | https://api.findmine.com |
| FINDMINE_API_VERSION | No | API version to use | v3 |
| FINDMINE_CACHE_TTL_MS | No | Cache time-to-live in ms (1 hour) | 3600000 |
| FINDMINE_CACHE_ENABLED | No | Enable response caching | true |
| FINDMINE_DEFAULT_REGION | No | Default region code | us |
| FINDMINE_DEFAULT_LANGUAGE | No | Default language code | en |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_style_guide | Get styling advice and tips for creating effective fashion recommendations |
| get_complete_the_look | Get outfit recommendations for a product |
| get_visually_similar | Get visually similar products |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| outfit_completion | Get styling advice and complete outfit for a product |
| styling_guide | Get guidelines for providing effective fashion and styling advice |
| findmine_help | Learn how to use FindMine's tools and resources effectively |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |