8 references to ForJsonSchema
Microsoft.Extensions.AI.Abstractions (1)
ChatCompletion\ChatResponseFormat.cs (1)
63
ForJsonSchema
(typeof(T), serializerOptions, schemaName, schemaDescription);
Microsoft.Extensions.AI.Abstractions.Tests (3)
ChatCompletion\ChatResponseFormatTests.cs (3)
93
Assert.Throws<ArgumentNullException>("schemaType", () => ChatResponseFormat.
ForJsonSchema
(null!));
106
ChatResponseFormat.
ForJsonSchema
(typeof(int));
122
ChatResponseFormat.
ForJsonSchema
(typeof(DataContent));
Microsoft.Extensions.AI.OpenAI.Tests (4)
OpenAIConversionTests.cs (4)
40
var jsonSchema = ChatResponseFormat.
ForJsonSchema
(typeof(int), schemaName: "my_schema", schemaDescription: "A test schema").AsOpenAIChatResponseFormat();
49
jsonSchema = ChatResponseFormat.
ForJsonSchema
(typeof(int), schemaName: "my_schema", schemaDescription: "A test schema").AsOpenAIChatResponseFormat(
74
var jsonSchema = ChatResponseFormat.
ForJsonSchema
(typeof(int), schemaName: "my_schema", schemaDescription: "A test schema").AsOpenAIResponseTextFormat();
84
jsonSchema = ChatResponseFormat.
ForJsonSchema
(typeof(int), schemaName: "my_schema", schemaDescription: "A test schema").AsOpenAIResponseTextFormat(