10 references to new
Microsoft.Extensions.AI.Abstractions (1)
ChatCompletion\ChatResponseExtensions.cs (1)
323
return
new
()
Microsoft.Extensions.AI.Abstractions.Tests (4)
Contents\CodeInterpreterToolCallContentTests.cs (4)
15
CodeInterpreterToolCallContent c =
new
();
25
CodeInterpreterToolCallContent c =
new
();
50
CodeInterpreterToolCallContent c =
new
()
71
CodeInterpreterToolCallContent content =
new
()
Microsoft.Extensions.AI.OpenAI (3)
OpenAIAssistantsChatClient.cs (1)
205
CodeInterpreterToolCallContent hcitcc =
new
()
OpenAIResponsesChatClient.cs (2)
230
message.Contents.Add(new
CodeInterpreterToolCallContent
431
yield return CreateUpdate(new
CodeInterpreterToolCallContent
Microsoft.Extensions.AI.Tests (2)
ChatCompletion\OpenTelemetryChatClientTests.cs (2)
614
new
CodeInterpreterToolCallContent
{ CallId = "ci-call-1", Inputs = [new TextContent("print('hello')")] },
630
yield return new() { Contents = [new
CodeInterpreterToolCallContent
{ CallId = "ci-call-1", Inputs = [new TextContent("print('hello')")] }] };