Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| chain_of_draft_solve | Solve a reasoning problem using Chain of Draft approach |
| math_solve | Solve a math problem using Chain of Draft reasoning |
| code_solve | Solve a coding problem using Chain of Draft reasoning |
| logic_solve | Solve a logic problem using Chain of Draft reasoning |
| get_performance_stats | Get performance statistics for CoD vs CoT approaches |
| get_token_reduction | Get token reduction statistics for CoD vs CoT |
| analyze_problem_complexity | Analyze the complexity of a problem |