@@ -65,20 +65,6 @@ export const tool: Tool = {
6565 type : 'boolean' ,
6666 title : 'Cum Logprobs' ,
6767 } ,
68- debug_params : {
69- type : 'object' ,
70- title : 'DebugParams' ,
71- properties : {
72- summarizer_model_override : {
73- type : 'string' ,
74- title : 'Summarizer Model Override' ,
75- } ,
76- summarizer_prompt_override : {
77- type : 'string' ,
78- title : 'Summarizer Prompt Override' ,
79- } ,
80- } ,
81- } ,
8268 disable_search : {
8369 type : 'boolean' ,
8470 title : 'Disable Search' ,
@@ -535,20 +521,6 @@ export const tool: Tool = {
535521 type : 'boolean' ,
536522 title : 'Cum Logprobs' ,
537523 } ,
538- debug_params : {
539- type : 'object' ,
540- title : 'DebugParams' ,
541- properties : {
542- summarizer_model_override : {
543- type : 'string' ,
544- title : 'Summarizer Model Override' ,
545- } ,
546- summarizer_prompt_override : {
547- type : 'string' ,
548- title : 'Summarizer Prompt Override' ,
549- } ,
550- } ,
551- } ,
552524 disable_search : {
553525 type : 'boolean' ,
554526 title : 'Disable Search' ,
@@ -1145,19 +1117,6 @@ export const tool: Tool = {
11451117 type : 'string' ,
11461118 title : 'Thought' ,
11471119 } ,
1148- type : {
1149- type : 'string' ,
1150- title : 'Type' ,
1151- enum : [
1152- 'web_search' ,
1153- 'fetch_url_content' ,
1154- 'execute_python' ,
1155- 'agent_progress' ,
1156- 'browser_agent' ,
1157- 'browser_tool_execution' ,
1158- 'file_attachment_search' ,
1159- ] ,
1160- } ,
11611120 agent_progress : {
11621121 type : 'object' ,
11631122 title : 'AgentProgressStepDetails' ,
@@ -1253,6 +1212,10 @@ export const tool: Tool = {
12531212 } ,
12541213 required : [ 'attachment_urls' ] ,
12551214 } ,
1215+ type : {
1216+ type : 'string' ,
1217+ title : 'Type' ,
1218+ } ,
12561219 web_search : {
12571220 type : 'object' ,
12581221 title : 'WebSearchStepDetails' ,
@@ -1276,7 +1239,7 @@ export const tool: Tool = {
12761239 required : [ 'search_keywords' , 'search_results' ] ,
12771240 } ,
12781241 } ,
1279- required : [ 'thought' , 'type' ] ,
1242+ required : [ 'thought' ] ,
12801243 } ,
12811244 } ,
12821245 tool_calls : {
0 commit comments