mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-20 11:26:07 +00:00
perf: default value for requester args
This commit is contained in:
@@ -172,7 +172,8 @@
|
|||||||
"title": "API URL"
|
"title": "API URL"
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"default": {}
|
||||||
},
|
},
|
||||||
"timeout": {
|
"timeout": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
@@ -191,7 +192,8 @@
|
|||||||
"title": "API URL"
|
"title": "API URL"
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"default": {}
|
||||||
},
|
},
|
||||||
"timeout": {
|
"timeout": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
@@ -210,7 +212,8 @@
|
|||||||
"title": "API URL"
|
"title": "API URL"
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"default": {}
|
||||||
},
|
},
|
||||||
"timeout": {
|
"timeout": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
@@ -229,10 +232,12 @@
|
|||||||
"title": "API URL"
|
"title": "API URL"
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"default": {}
|
||||||
},
|
},
|
||||||
"timeout": {
|
"timeout": {
|
||||||
"type": "number"
|
"type": "number",
|
||||||
|
"default": 120
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user