2 references to CreateToolsMap
Microsoft.Extensions.AI (2)
ChatCompletion\FunctionInvokingChatClient.cs (2)
287
(Dictionary<string, AITool>? toolMap, bool anyToolsRequireApproval) =
CreateToolsMap
(AdditionalTools, options?.Tools); // all available tools, indexed by name
427
(Dictionary<string, AITool>? toolMap, bool anyToolsRequireApproval) =
CreateToolsMap
(AdditionalTools, options?.Tools); // all available tools, indexed by name