1 reference to MistralToolCall
Microsoft.ML.GenAI.Mistral (1)
MistralCausalLMAgent.cs (1)
149var mistralToolCalls = JsonSerializer.Deserialize<List<MistralToolCall>>(json) ?? throw new InvalidOperationException("Failed to deserialize tool calls.");