{
"knowledge": {
"knowledge": [
{
"id": "string",
"name": "string"
}
],
"multiQueryExpander": true,
"rewriteQueryTransformer": true,
"similarityThreshold": "0.5",
"topK": "5"
},
"model": {
"features": {
"property1": true,
"property2": true
},
"frequencyPenalty": -2,
"maxTokens": "0",
"memoryRounds": "5",
"modelId": "string",
"presencePenalty": -2,
"temperature": 0,
"topP": 0
},
"opening": {
"presetQuestions": [
{
"image": {
"type": "None"
},
"question": "string"
}
],
"showAll": true,
"type": "Default",
"welcome": "string"
},
"plugin": {
"plugins": [
{
"id": "string",
"tools": [
{
"inputParameters": [
{
"argumentMode": {
"type": "Llm"
},
"default": null,
"name": "string",
"properties": [
{}
]
}
],
"name": "string"
}
],
"type": "Http"
}
],
"toolContext": {}
},
"prompt": {
"type": "None"
},
"shortcut": [
{
"command": "string",
"description": "string",
"name": "string",
"template": "string",
"type": "Template"
}
],
"suggestion": {
"enabled": true,
"type": "None"
},
"type": "Chat"
}