9 references to CompleteSchema
Microsoft.Extensions.AI.Abstractions (9)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (9)
112
return
CompleteSchema
(ref state, new JsonSchema { Ref = existingJsonPointer });
122
return
CompleteSchema
(ref state, JsonSchema.CreateTrueSchema());
219
return
CompleteSchema
(ref state, schema);
234
return
CompleteSchema
(ref state, schema);
337
return
CompleteSchema
(ref state, new()
355
return
CompleteSchema
(ref state, new()
379
return
CompleteSchema
(ref state, new()
417
return
CompleteSchema
(ref state, new()
441
return
CompleteSchema
(ref state, schema);