Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
USER_ID | No | The user ID to use for API calls | invalid |
CONTENT_SERVICE_URL | No | The URL of the content service API | http://localhost:8080 |
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 |
---|---|
listContentNames | List all content names from the organization's database optionally filtered by name |
searchOrganizationContents | Search through the organization's content database using semantic search |
deleteOrganizationContent | Delete specific content from the organization's database |
uploadContentFileAboutOrganization | Upload content file about the organization |
uploadContentUrlAboutOrganization | Upload content url about the organization |