Skip to content

Commit 2f022e1

Browse files
nikoncodeglaforge
authored andcommitted
change tool execution response key to result
1 parent c8ab0f9 commit 2f022e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/google/adk/tools/mcp/AbstractMcpTool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,6 @@ protected static Map<String, Object> wrapCallResult(
161161
resultMaps.add(ImmutableMap.of("text", textOutput));
162162
}
163163
}
164-
return ImmutableMap.of("text_output", resultMaps);
164+
return ImmutableMap.of("result", resultMaps);
165165
}
166166
}

0 commit comments

Comments
 (0)