31 lines
874 B
JSON
31 lines
874 B
JSON
{
|
|
"schema": 1,
|
|
"type": "completion",
|
|
"description": "Gets the intent of the user.",
|
|
"completion": {
|
|
"max_tokens": 500,
|
|
"temperature": 0.0,
|
|
"top_p": 0.0,
|
|
"presence_penalty": 0.0,
|
|
"frequency_penalty": 0.0
|
|
},
|
|
"input": {
|
|
"parameters": [
|
|
{
|
|
"name": "input",
|
|
"description": "The user's request.",
|
|
"defaultValue": ""
|
|
},
|
|
{
|
|
"name": "history",
|
|
"description": "The history of the conversation.",
|
|
"defaultValue": ""
|
|
},
|
|
{
|
|
"name": "options",
|
|
"description": "The options to choose from.",
|
|
"defaultValue": ""
|
|
}
|
|
]
|
|
}
|
|
} |