Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DIRECT_LINE_SECRET | Yes | Direct Line secret key from your Copilot Studio Agent |
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 |
---|---|
send_message | Send a message to the Copilot Studio Agent |
start_conversation | Start a new conversation with the Copilot Studio Agent |
end_conversation | End an existing conversation and clean up resources |
get_conversation_history | Retrieve message history for a conversation |