Skip to content

Commit a4c013f

Browse files
author
Mikita Karaliou
committed
change tool execution response key to result
1 parent 939de25 commit a4c013f

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
@@ -152,6 +152,6 @@ protected static Map<String, Object> wrapCallResult(
152152
resultMaps.add(ImmutableMap.of("text", textOutput));
153153
}
154154
}
155-
return ImmutableMap.of("text_output", resultMaps);
155+
return ImmutableMap.of("result", resultMaps);
156156
}
157157
}

0 commit comments

Comments
 (0)