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 |
|---|---|
| list_datasets | List available datasets in OpenXAI framework |
| load_dataset | Load a specific dataset from OpenXAI |
| list_models | List available pre-trained models in OpenXAI |
| load_model | Load a pre-trained model from OpenXAI |
| list_explainers | List available explanation methods in OpenXAI |
| generate_explanation | Generate explanations for model predictions using OpenXAI explainers |
| list_metrics | List available evaluation metrics in OpenXAI |
| evaluate_explanation | Evaluate explanation quality using OpenXAI metrics |
| get_leaderboard | Get leaderboard results for explanation methods |
| get_framework_info | Get information about OpenXAI framework |
| get_deployment_guide | Get step-by-step guidance for deploying models using OpenXAI Studio |