xintongsong commented on code in PR #248:
URL: https://github.com/apache/flink-agents/pull/248#discussion_r2409781034
##########
docs/content/docs/development/tool_use.md:
##########
@@ -22,33 +22,162 @@ specific language governing permissions and limitations
under the License.
-->
+## Overview
+
+Flink Agents provides a flexible and extensible tool use mechanism. Developers
can define the tool as a local Python function, or they can integrate with a
remote MCP server to use the tools provided by the MCP server.
## Local Function as Tool
-{{< hint warning >}}
-**TODO**: How to define and use a Local Function as Tool.
+Developer can define the tool as a local Python function, and there are two
way to define and register an local function as a tool:
Review Comment:
```suggestion
Developer can define the tool as a local Python function, and there are two
ways to define and register an local function as a tool:
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]