Skip to content

Commit 35f46e9

Browse files
committed
Fix javadoc at ResponseFormat class' HTML elements
1 parent 8d9e153 commit 35f46e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/spring-ai-openai/src/main/java/org/springframework/ai/openai/api/ResponseFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* Setting the type to JSON_SCHEMA, enables Structured Outputs which ensures the model
3333
* will match your supplied JSON schema. Learn more in the
3434
* <a href="https://platform.openai.com/docs/guides/structured-outputs"> Structured
35-
* Outputs guide.</a <br/>
35+
* Outputs guide.</a> <br/>
3636
*
3737
* References: <a href=
3838
* "https://platform.openai.com/docs/api-reference/chat/create#chat-create-response_format">OpenAi

0 commit comments

Comments
 (0)