1 reference to ParseFunctionCallArguments
Microsoft.Extensions.AI.OpenAI (1)
OpenAIChatClient.cs (1)
126Dictionary<string, object?>? arguments = FunctionCallHelpers.ParseFunctionCallArguments(toolCall.FunctionArguments, out Exception? parsingException);