2 instantiations of OtelMcpToolCallResponse
Microsoft.Extensions.AI (2)
Common\OtelMessageSerializer.cs (1)
193
ServerToolCallResponse = new
OtelMcpToolCallResponse
Realtime\OpenTelemetryRealtimeClientSession.cs (1)
613
ServerToolCallResponse = new
OtelMcpToolCallResponse
3 references to OtelMcpToolCallResponse
Microsoft.Extensions.AI (3)
Common\OtelContext.cs (1)
35
[JsonSerializable(typeof(OtelServerToolCallResponsePart<
OtelMcpToolCallResponse
>))]
Common\OtelMessageSerializer.cs (1)
190
m.Parts.Add(new OtelServerToolCallResponsePart<
OtelMcpToolCallResponse
>
Realtime\OpenTelemetryRealtimeClientSession.cs (1)
610
message.Parts.Add(new OtelServerToolCallResponsePart<
OtelMcpToolCallResponse
>