22 writes to Role
Microsoft.Extensions.AI (1)
Microsoft.Extensions.AI.Abstractions (3)
Microsoft.Extensions.AI.Abstractions.Tests (7)
Microsoft.Extensions.AI.OpenAI (4)
Microsoft.Extensions.AI.Tests (7)
ChatCompletion\DistributedCachingChatClientTest.cs (7)
252Role = new ChatRole("fakeRole2"),
265Role = new ChatRole("fakeRole2"),
316new() { Role = ChatRole.Assistant, Contents = [new FunctionCallContent("callId1", "separator")] },
369new() { Role = ChatRole.Assistant, Contents = [new TextContent("Hello")] },
370new() { Role = ChatRole.Assistant, Contents = [new TextContent(" world, ")] },
373Role = ChatRole.Assistant,
384Role = ChatRole.Assistant,
29 references to Role
Aspire.Dashboard (1)
Microsoft.Extensions.AI.Abstractions (4)
Microsoft.Extensions.AI.Abstractions.Tests (13)
Microsoft.Extensions.AI.OpenAI (1)
Microsoft.Extensions.AI.OpenAI.Tests (8)
Microsoft.Extensions.AI.Tests (2)