Skip to content

Commit 1a5cafe

Browse files
shpengmsftCopilot
andcommitted
Update ToolboxSearchPreviewTool doc comment - remove implementation details
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4d4f55e commit 1a5cafe

1 file changed

Lines changed: 3 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: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -892,10 +892,9 @@ namespace Azure.AI.Projects {
892892
}
893893

894894
/**
895-
* A tool for enabling semantic search over the agent's toolbox.
896-
* When present, tools in the toolbox are subject to the load policy configured
897-
* on the toolbox version. Deferred tools are hidden from `tools/list` and only
898-
* discoverable via `tool_search` queries at runtime.
895+
* A tool for searching over the agent's toolbox.
896+
* When present, deferred tools are hidden from `tools/list` and only
897+
* discoverable via `search_tools` queries at runtime.
899898
*/
900899
model ToolboxSearchPreviewTool extends OpenAI.Tool {
901900
/**

0 commit comments

Comments
 (0)