Commit 556391b
authored
Add doFinalizeLoop() hook to ToolCallAdvisor (#5064)
Introduce doFinalizeLoop() method as a symmetric counterpart to
doInitializeLoop(). This protected hook allows subclasses to perform
cleanup or finalization logic after the tool calling loop completes.
Signed-off-by: Christian Tzolov <[email protected]>1 parent 8ca583d commit 556391b
File tree
1 file changed
+5
-0
lines changed- spring-ai-client-chat/src/main/java/org/springframework/ai/chat/client/advisor
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
153 | 158 | | |
154 | 159 | | |
155 | 160 | | |
| |||
0 commit comments