Skip to content

Commit f8ab339

Browse files
committed
change argument name for AssistantResponseFormat.CreateJsonSchemaFormat
1 parent d1c655b commit f8ab339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Libraries/Microsoft.Extensions.AI.OpenAI/OpenAIAssistantClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ strictObj is bool strictValue ?
268268
jsonFormat.SchemaName ?? "json_schema",
269269
BinaryData.FromBytes(JsonSerializer.SerializeToUtf8Bytes(jsonSchema, OpenAIJsonContext.Default.JsonElement)),
270270
jsonFormat.SchemaDescription,
271-
jsonSchemaIsStrict: true) :
271+
strictSchemaEnabled: true) :
272272
AssistantResponseFormat.JsonObject;
273273
}
274274
}

0 commit comments

Comments
 (0)