mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-06-27 17:16:28 +00:00
including the allowed private hosts to the tool definition parameters
This commit is contained in:
parent
8c8b557828
commit
948d5dec27
@ -16,6 +16,10 @@
|
|||||||
"maxContentCharacters": {
|
"maxContentCharacters": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"secret": false
|
"secret": false
|
||||||
|
},
|
||||||
|
"allowedPrivateHosts": {
|
||||||
|
"type": "string",
|
||||||
|
"secret": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": []
|
"required": []
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user