Skip to content

Commit 4d4f55e

Browse files
shpengmsftCopilot
andcommitted
Rename ToolSearchTool to ToolboxSearchPreviewTool and tool_search_preview to toolbox_search_preview
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d3e8568 commit 4d4f55e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • specification/ai-foundry/data-plane/Foundry/src/tools

specification/ai-foundry/data-plane/Foundry/src/tools/models.tsp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)