File tree Expand file tree Collapse file tree
specification/ai-foundry/data-plane/Foundry/src/tools Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ namespace Azure.AI.Projects {
1919 memory_search_preview : "memory_search_preview" ,
2020 work_iq_preview : "work_iq_preview" ,
2121 fabric_iq_preview : "fabric_iq_preview" ,
22- tool_search_preview : "tool_search_preview " ,
22+ toolbox_search_preview : "toolbox_search_preview " ,
2323 }
2424
2525 // General availability tools:
@@ -897,11 +897,11 @@ namespace Azure.AI.Projects {
897897 * on the toolbox version. Deferred tools are hidden from `tools/list` and only
898898 * discoverable via `tool_search` queries at runtime.
899899 */
900- model ToolSearchTool extends OpenAI .Tool {
900+ model ToolboxSearchPreviewTool extends OpenAI .Tool {
901901 /**
902- * The type of the tool. Always `tool_search_preview `.
902+ * The type of the tool. Always `toolbox_search_preview `.
903903 */
904- type : "tool_search_preview " ;
904+ type : "toolbox_search_preview " ;
905905
906906 ... ToolNameAndDescriptionExtension ;
907907 }
You can’t perform that action at this time.
0 commit comments