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
Copy file name to clipboardExpand all lines: examples/documentation/src/main/java/com/alibaba/cloud/ai/examples/documentation/framework/advanced/RAGExample.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ public void example1_buildKnowledgeBase() {
Copy file name to clipboardExpand all lines: examples/documentation/src/main/java/com/alibaba/cloud/ai/examples/documentation/framework/tutorials/AgentsExample.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ public static void advancedModelConfiguration() {
Copy file name to clipboardExpand all lines: examples/documentation/src/main/java/com/alibaba/cloud/ai/examples/documentation/framework/tutorials/ModelsExample.java
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -109,10 +109,10 @@ public static void useChatOptions() {
Copy file name to clipboardExpand all lines: examples/documentation/src/main/java/com/alibaba/cloud/ai/examples/documentation/framework/tutorials/mcp/RemoteMcpToolsExample.java
Copy file name to clipboardExpand all lines: examples/documentation/src/main/java/com/alibaba/cloud/ai/examples/documentation/graph/examples/McpNodeExample.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ public static class McpNode implements NodeAction {
Copy file name to clipboardExpand all lines: examples/documentation/src/main/java/com/alibaba/cloud/ai/examples/documentation/graph/examples/MultiAgentSupervisorExample.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -389,7 +389,7 @@ public ResearcherNode(ChatModel model) {
389
389
.build();
390
390
391
391
this.chatClient = ChatClient.builder(model)
392
-
.defaultToolCallbacks(searchTool)
392
+
.defaultTools(searchTool)
393
393
.build();
394
394
}
395
395
@@ -441,7 +441,7 @@ public CoderNode(ChatModel model) {
0 commit comments