16 references to CreateFunctionCallOutputItemMessage
Microsoft.Extensions.AI.Tests (16)
Realtime\FunctionInvokingRealtimeClientTests.cs (16)
102CreateFunctionCallOutputItemMessage("call_001", "get_weather", new Dictionary<string, object?> { ["city"] = "Seattle" }),
151CreateFunctionCallOutputItemMessage("call_002", "get_weather", new Dictionary<string, object?> { ["city"] = "London" }),
189CreateFunctionCallOutputItemMessage($"call_{i}", "counter", null)).ToList();
229CreateFunctionCallOutputItemMessage("call_custom", "my_func", null),
258CreateFunctionCallOutputItemMessage("call_unknown", "nonexistent_func", null),
296CreateFunctionCallOutputItemMessage("call_fail", "fail_func", null),
334CreateFunctionCallOutputItemMessage("call_fail2", "fail_func", null),
378CreateFunctionCallOutputItemMessage("call_unknown", "nonexistent_func", null),
413CreateFunctionCallOutputItemMessage("call_unknown", "nonexistent_func", null),
475var msg1 = CreateFunctionCallOutputItemMessage("call_a", "slow_func", null);
476var msg2 = CreateFunctionCallOutputItemMessage("call_b", "slow_func", null);
528CreateFunctionCallOutputItemMessage("call_1", "fail_func", null),
529CreateFunctionCallOutputItemMessage("call_2", "fail_func", null),
530CreateFunctionCallOutputItemMessage("call_3", "fail_func", null),
531CreateFunctionCallOutputItemMessage("call_4", "fail_func", null),
602CreateFunctionCallOutputItemMessage("call_decl", "my_declaration", null),