3 references to Json
Microsoft.Extensions.AI.Abstractions (3)
ChatCompletion\ChatResponseFormat.cs (1)
36[StringSyntax(StringSyntaxAttribute.Json)] string schema, string? schemaName = null, string? schemaDescription = null) =>
ChatCompletion\ChatResponseFormatJson.cs (1)
22[StringSyntax(StringSyntaxAttribute.Json)] string? schema, string? schemaName = null, string? schemaDescription = null)
src\LegacySupport\StringSyntaxAttribute\StringSyntaxAttribute.cs (1)
55public const string Json = nameof(Json);