8 references to AsJson
Microsoft.Extensions.AI (8)
ChatCompletion\LoggingChatClient.cs (8)
61LogInvokedSensitive(nameof(GetResponseAsync), AsJson(messages), AsJson(options), AsJson(this.GetService<ChatClientMetadata>())); 77LogCompletedSensitive(nameof(GetResponseAsync), AsJson(response)); 107LogInvokedSensitive(nameof(GetStreamingResponseAsync), AsJson(messages), AsJson(options), AsJson(this.GetService<ChatClientMetadata>())); 158LogStreamingUpdateSensitive(AsJson(update));