Skip to content

Commit cbccf12

Browse files
committed
format by spring-javaformat:apply
Signed-off-by: lambochen <[email protected]>
1 parent 43d79fa commit cbccf12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-ai-model/src/main/java/org/springframework/ai/model/tool/ToolCallingChatOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ public interface ToolCallingChatOptions extends ChatOptions {
5050
int TOOL_EXECUTION_NO_LIMIT = Integer.MAX_VALUE;
5151

5252
/**
53-
* Default maximum number of tool execution iterations.
54-
* ref: Three strikes and you are out!
53+
* Default maximum number of tool execution iterations. ref: Three strikes and you are
54+
* out!
5555
*/
5656
int DEFAULT_TOOL_EXECUTION_MAX_ITERATIONS = 3;
5757

0 commit comments

Comments
 (0)