Skip to content

Commit 4585acd

Browse files
committed
Change toolCallingManager visibility to protected
Allows subclasses of ToolCallAdvisor to access the toolCallingManager field. Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
1 parent b0a97c7 commit 4585acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-client-chat/src/main/java/org/springframework/ai/chat/client/advisor/ToolCallAdvisor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*/
4747
public class ToolCallAdvisor implements CallAdvisor, StreamAdvisor {
4848

49-
private final ToolCallingManager toolCallingManager;
49+
protected final ToolCallingManager toolCallingManager;
5050

5151
/**
5252
* Set the order close to {@link Ordered#LOWEST_PRECEDENCE} to ensure an advisor is

0 commit comments

Comments
 (0)