40 lines
782 B
JSON
40 lines
782 B
JSON
{
|
|
"currentIndex": 2,
|
|
"tabs": [
|
|
{
|
|
"name": "工具",
|
|
"icon": "icon-tool",
|
|
"type": "blank",
|
|
"componentIndex": 2,
|
|
"storage": {
|
|
"currentToolName": "add"
|
|
}
|
|
},
|
|
{
|
|
"name": "资源",
|
|
"icon": "icon-file",
|
|
"type": "blank",
|
|
"componentIndex": 0,
|
|
"storage": {
|
|
"currentResourceName": "greeting"
|
|
}
|
|
},
|
|
{
|
|
"name": "交互测试",
|
|
"icon": "icon-robot",
|
|
"type": "blank",
|
|
"componentIndex": 3,
|
|
"storage": {
|
|
"messages": [],
|
|
"settings": {
|
|
"modelIndex": 0,
|
|
"enableTools": [],
|
|
"enableWebSearch": false,
|
|
"temperature": 0.7,
|
|
"contextLength": 10,
|
|
"systemPrompt": ""
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |