chore: update tool specifications

This commit is contained in:
github-actions[bot]
2026-02-25 17:27:19 +00:00
parent f6a4c9ce72
commit c19dec63ad

View File

@@ -20117,18 +20117,6 @@
"humanized_name": "Web Automation Tool", "humanized_name": "Web Automation Tool",
"init_params_schema": { "init_params_schema": {
"$defs": { "$defs": {
"AvailableModel": {
"enum": [
"gpt-4o",
"gpt-4o-mini",
"claude-3-5-sonnet-latest",
"claude-3-7-sonnet-latest",
"computer-use-preview",
"gemini-2.0-flash"
],
"title": "AvailableModel",
"type": "string"
},
"EnvVar": { "EnvVar": {
"properties": { "properties": {
"default": { "default": {
@@ -20206,17 +20194,6 @@
"default": null, "default": null,
"title": "Model Api Key" "title": "Model Api Key"
}, },
"model_name": {
"anyOf": [
{
"$ref": "#/$defs/AvailableModel"
},
{
"type": "null"
}
],
"default": "claude-3-7-sonnet-latest"
},
"project_id": { "project_id": {
"anyOf": [ "anyOf": [
{ {