1 write to Ref
Microsoft.Extensions.AI.Abstractions (1)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (1)
112
return CompleteSchema(ref state, new JsonSchema {
Ref
= existingJsonPointer });
4 references to Ref
Microsoft.Extensions.AI.Abstractions (4)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (1)
446
if (schema.
Ref
is null)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (3)
289
Count(
Ref
!= null);
351
if (
Ref
!= null)
353
objSchema.Add(JsonSchemaConstants.RefPropertyName,
Ref
);