Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | API 密钥 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| about | Get general information. |
| get_a_batched_submission | Get multiple submissions at once. |
| create_a_batched_submission | Create multiple submissions at once. |
| get_a_language | Get a language. |
| get_a_submission | Get submission. |
| get_configuration | Configuration information gives you detailed information about the configuration of Judge0. |
| get_languages | Get active languages. |
| get_statuses | Get statuses. |
| create_a_submission | Creates new submission. Created submission waits in queue to be processed. On successful creation, you are returned a submission token which can be used to check submission status. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |