Skip to content

Commit 30af292

Browse files
committed
address reviewiew
1 parent 695a80a commit 30af292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/spring-ai-moonshot/src/main/java/org/springframework/ai/moonshot/MoonshotChatModel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ public MoonshotChatModel(MoonshotApi moonshotApi, MoonshotChatOptions options) {
128128
* @param moonshotApi The Moonshot instance to be used for interacting with the
129129
* Moonshot Chat API.
130130
* @param options The MoonshotChatOptions to configure the chat client.
131-
* @param functionCallbackResolver The function callback resolver to
132-
* resolve the function callbacks from the application context.
131+
* @param functionCallbackResolver The function callback resolver to resolve the
132+
* function callbacks from the application context.
133133
* @param retryTemplate The retry template.
134134
*/
135135
public MoonshotChatModel(MoonshotApi moonshotApi, MoonshotChatOptions options,

0 commit comments

Comments
 (0)