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