You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove obsolete templateRenderer from AdvisorChain
The templateRenderer is no longer required within the AdvisorChain itself, as template rendering now occurs during the construction of the ChatClientRequest. This field was unused and has been removed to clean up the code.
Signed-off-by: eeaters <[email protected]>
Copy file name to clipboardExpand all lines: spring-ai-client-chat/src/main/java/org/springframework/ai/chat/client/advisor/DefaultAroundAdvisorChain.java
+2-12Lines changed: 2 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -68,17 +68,14 @@ public class DefaultAroundAdvisorChain implements BaseAdvisorChain {
0 commit comments