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