Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OPENAI_API_KEY | No | Your OpenAI API key (required for llm-test-harness.ts) | |
MEDPLUM_BASE_URL | No | The URL of your Medplum server instance | http://localhost:8103/ |
MEDPLUM_CLIENT_ID | Yes | Your Medplum client ID for authentication | |
MEDPLUM_CLIENT_SECRET | Yes | Your Medplum client secret for authentication |
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 |