mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-14 01:41:25 -06:00
Copybara import of the project:
-- 8d5e7f017d975d4ecd5ad6004079fec0f6b417e1 by Mrigank Khandelwal <mrigankkhandelwal300@gmail.com>: fix: Fixed incorrect difinition of MCP in function docstring COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/594 from Mrigankkh:main 0d52a8059a7c3438207a86c03cfd3f25204d4b2e PiperOrigin-RevId: 755698357
This commit is contained in:
parent
c565473bf8
commit
180c2a934b
@ -22,7 +22,7 @@ def adk_to_mcp_tool_type(tool: BaseTool) -> mcp_types.Tool:
|
|||||||
"""Convert a Tool in ADK into MCP tool type.
|
"""Convert a Tool in ADK into MCP tool type.
|
||||||
|
|
||||||
This function transforms an ADK tool definition into its equivalent
|
This function transforms an ADK tool definition into its equivalent
|
||||||
representation in the MCP (Model Control Plane) system.
|
representation in the MCP (Model Context Protocol) system.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
tool: The ADK tool to convert. It should be an instance of a class derived
|
tool: The ADK tool to convert. It should be an instance of a class derived
|
||||||
|
Loading…
Reference in New Issue
Block a user