Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | The logging level (optional, defaults to INFO). Valid values are DEBUG, INFO, WARNING, ERROR, CRITICAL. | INFO |
| DATABASE_URL | No | The database URL (optional, defaults to sqlite:///data/fgi.db). You can use PostgreSQL, MySQL, or other databases by changing this URL. | sqlite:///data/fgi.db |
| GROQ_API_KEY | No | Your Groq API key (required for LLM features such as persona prediction and dynamic question generation). You can get an API key from https://console.groq.com/ |
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 | |