ChatToolWithUC
ChatToolWithUC
A tool definition for the chat endpoint with Unity Catalog integration. The Gateway request accepts a special tool type 'uc_function' for Unity Catalog integration. https://mlflow.org/docs/latest/llms/deployments/uc_integration.html
JSON Example
{
"type": "string",
"function": {
"name": "string",
"description": "string",
"parameters": {
"properties": {
"properties": {
"type": "string",
"description": "string",
"enum": [
{}
],
"items": {
"type": "string"
}
}
},
"type": "string",
"required": [
"string"
],
"additionalProperties": false
},
"strict": false
},
"uc_function": {
"name": "string"
}
}
string
type
Required
type
Possible values are :
function,
uc_function,
function
Optional
function
uc_function
Optional
uc_function