5 references to new
Microsoft.Extensions.AI.Abstractions.Tests (5)
ChatCompletion\ChatMessageTests.cs (2)
131new FunctionResultContent(new FunctionCallContent("callId1", "fc2"), "result"), 294new FunctionResultContent(new FunctionCallContent("function-id", "plugin-name-function-name"), "function-result"),
ChatCompletion\StreamingChatCompletionUpdateTests.cs (1)
99new FunctionResultContent(new FunctionCallContent("callId1", "fc2"), "result"),
Contents\FunctionResultContentTests.cs (2)
45FunctionResultContent c = new(new FunctionCallContent("id", "name"), "result", e); 91var sut = new FunctionResultContent(new FunctionCallContent("id", "p1-f1"), "result");