2025-04-29 15:19:14 +08:00

65 lines
1.7 KiB
JSON

{
"currentIndex": 0,
"tabs": [
{
"name": "交互测试",
"icon": "icon-robot",
"type": "blank",
"componentIndex": 3,
"storage": {
"messages": [],
"settings": {
"modelIndex": 0,
"enableTools": [
{
"name": "puppeteer_navigate",
"description": "Navigate to a URL",
"enabled": true
},
{
"name": "puppeteer_screenshot",
"description": "Take a screenshot of the current page or a specific element",
"enabled": true
},
{
"name": "puppeteer_click",
"description": "Click an element on the page",
"enabled": true
},
{
"name": "puppeteer_fill",
"description": "Fill out an input field",
"enabled": true
},
{
"name": "puppeteer_select",
"description": "Select an element on the page with Select tag",
"enabled": true
},
{
"name": "puppeteer_hover",
"description": "Hover an element on the page",
"enabled": true
},
{
"name": "puppeteer_evaluate",
"description": "Execute JavaScript in the browser console",
"enabled": true
}
],
"enableWebSearch": false,
"temperature": 0.7,
"contextLength": 10,
"systemPrompt": ""
}
}
},
{
"name": "空白测试 2",
"icon": "icon-blank",
"type": "blank",
"componentIndex": -1,
"storage": {}
}
]
}