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