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
perf(logging): optimize debug logging in PromptChatMemoryAdvisor (#3448)
- Enclosed debug logging statements within an isDebugEnabled() check
- Reduced unnecessary method calls and object creations when debug logging is disabled
Auto-cherry-pick to 1.0.x
Signed-off-by: Ahoo Wang <ahoowang@qq.com>
Copy file name to clipboardExpand all lines: spring-ai-client-chat/src/main/java/org/springframework/ai/chat/client/advisor/PromptChatMemoryAdvisor.java
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -157,13 +157,18 @@ else if (chatClientResponse.chatResponse() != null) {
0 commit comments