mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-30 23:02:50 +00:00
chore: update tool specifications
This commit is contained in:
@@ -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": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user