Expand description
The tools array of an Azure request: how a tool is advertised to the model.
Only the wire shapes live here. What tools exist, who may use them and how a call is carried
out is crate::chatbot_tools; building the search definition from the deployment’s search
configuration is crate::chatbot_tools::provider_tools::azure_ai_search.
Structs§
- AzureAI
Search - AzureAI
Search Tool Definition - AzureLLM
Function Tool Definition - A function tool definition, formatted for Azure.
- Embedding
Dependency - Fields
Mapping - Search
Index
Enums§
Constants§
- AZURE_
AI_ SEARCH_ TOOL_ NAME - The name Azure gives its own search tool. Unlike every other tool it has no
ChatbotToolDeclarationto carry its name.