Skip to content

Commit be4827d

Browse files
committed
fix
1 parent 9f98420 commit be4827d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • test/plugin/scenarios/spring-ai-1.x-scenario/src/main/java/test/apache/skywalking/apm/testcase/jdk/httpclient/controller

test/plugin/scenarios/spring-ai-1.x-scenario/src/main/java/test/apache/skywalking/apm/testcase/jdk/httpclient/controller/CaseController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ public String testCase() throws Exception {
4747
Do not use outside knowledge. Be concise.
4848
""";
4949

50-
System.out.println(chatClient
50+
chatClient
5151
.prompt("What's the weather in New York?")
5252
.system(systemPrompt)
5353
.tools(weatherTool)
5454
.call()
55-
.content());
55+
.content();
5656

5757
chatClient
5858
.prompt("What's the weather in New York?")

0 commit comments

Comments
 (0)