We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d79ff5 commit 55ac780Copy full SHA for 55ac780
models/spring-ai-openai/src/main/java/org/springframework/ai/openai/api/OpenAiApi.java
@@ -902,7 +902,7 @@ public enum OutputModality {
902
}
903
904
/**
905
- * Creates a model response for the given chat conversation.
+ * Creates a model request for the given chat conversation.
906
*
907
* @param messages A list of messages comprising the conversation so far.
908
* @param model ID of the model to use.
0 commit comments