Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| PredictChurn | This tool predicts whether an employee will churn or not, pass through the input as a list of samples. Args: data: employee attributes which are used for inference. Example payload [{
'YearsAtCompany':10,
'EmployeeSatisfaction':0.99,
'Position':'Non-Manager',
'Salary:5.0
}]
Returns:
str: 1=churn or 0 = no churn |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |