You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "AI agent processor used to handle spreadsheets and tabular data.",
25602
+
"description": "The AI agent tool used to handle spreadsheets and tabular data.",
25603
25603
"type": "object",
25604
25604
"properties": {
25605
25605
"model": {
@@ -26477,7 +26477,7 @@
26477
26477
]
26478
26478
},
26479
26479
"AiStudioAgentAsk": {
26480
-
"description": "The AI Agent to be used for ask.",
26480
+
"description": "The AI agent to be used to handle queries.",
26481
26481
"type": "object",
26482
26482
"properties": {
26483
26483
"type": {
@@ -26497,27 +26497,48 @@
26497
26497
"x-box-tag": "ai_studio"
26498
26498
},
26499
26499
"description": {
26500
-
"description": "The description of the AI Agent.",
26500
+
"description": "The description of the AI agent.",
26501
26501
"type": "string",
26502
26502
"example": "This is ASK Agent"
26503
26503
},
26504
26504
"custom_instructions": {
26505
-
"description": "Custom instructions for the agent.",
26505
+
"description": "Custom instructions for the AI agent.",
26506
26506
"type": "string",
26507
26507
"example": "This is a custom instruction",
26508
26508
"nullable": true
26509
26509
},
26510
+
"suggested_questions": {
26511
+
"description": "Suggested questions for the AI agent. If null, suggested question will be generated. If empty, no suggested questions will be displayed.",
"description": "The AI Agent to be used for ask.",
26554
+
"description": "The AI agent to be used to ask questions.",
26534
26555
"type": "object",
26535
26556
"properties": {
26536
26557
"type": {
26537
-
"description": "The type of AI agent used to handle queries.",
26558
+
"description": "The type of AI agent used to ask questions.",
26538
26559
"type": "string",
26539
26560
"example": "ai_agent_ask",
26540
26561
"enum": [
@@ -26550,27 +26571,48 @@
26550
26571
"x-box-tag": "ai_studio"
26551
26572
},
26552
26573
"description": {
26553
-
"description": "The description of the AI Agent.",
26574
+
"description": "The description of the AI agent.",
26554
26575
"type": "string",
26555
26576
"example": "This is ASK Agent"
26556
26577
},
26557
26578
"custom_instructions": {
26558
-
"description": "Custom instructions for the agent.",
26579
+
"description": "Custom instructions for the AI agent.",
26559
26580
"type": "string",
26560
26581
"example": "This is a custom instruction",
26561
26582
"nullable": true
26562
26583
},
26584
+
"suggested_questions": {
26585
+
"description": "Suggested questions for the AI agent. If null, suggested question will be generated. If empty, no suggested questions will be displayed.",
"description": "The AI agent used for generating text.",
26902
+
"description": "The AI agent to be used to generate text.",
26816
26903
"type": "object",
26817
26904
"properties": {
26818
26905
"type": {
@@ -26832,16 +26919,28 @@
26832
26919
"x-box-tag": "ai_studio"
26833
26920
},
26834
26921
"description": {
26835
-
"description": "The description of the AI Agent.",
26922
+
"description": "The description of the AI agent.",
26836
26923
"type": "string",
26837
26924
"example": "This is ASK Agent"
26838
26925
},
26839
26926
"custom_instructions": {
26840
-
"description": "Custom instructions for the agent.",
26927
+
"description": "Custom instructions for the AI agent.",
26841
26928
"type": "string",
26842
26929
"example": "This is a custom instruction",
26843
26930
"nullable": true
26844
26931
},
26932
+
"suggested_questions": {
26933
+
"description": "Suggested questions for the AI agent. If null, suggested question will be generated. If empty, no suggested questions will be displayed.",
"description": "The AI agent used for generating text.",
26958
+
"description": "The AI agent to be used to generate text.",
26860
26959
"type": "object",
26861
26960
"properties": {
26862
26961
"type": {
@@ -26876,16 +26975,28 @@
26876
26975
"x-box-tag": "ai_studio"
26877
26976
},
26878
26977
"description": {
26879
-
"description": "The description of the AI Agent.",
26978
+
"description": "The description of the AI agent.",
26880
26979
"type": "string",
26881
26980
"example": "This is ASK Agent"
26882
26981
},
26883
26982
"custom_instructions": {
26884
-
"description": "Custom instructions for the agent.",
26983
+
"description": "Custom instructions for the AI agent.",
26885
26984
"type": "string",
26886
26985
"example": "This is a custom instruction",
26887
26986
"nullable": true
26888
26987
},
26988
+
"suggested_questions": {
26989
+
"description": "Suggested questions for the AI agent. If null, suggested question will be generated. If empty, no suggested questions will be displayed.",
0 commit comments