Was ist Tool Calling?
Von KI aus dem englischen Original übersetzt. Auf Englisch ansehen
Tool Calling ermöglicht es KI-Modellen, mit externen Systemen und APIs zu interagieren, und macht aus einfachen Chatbots Agenten, die über eine strukturierte Anfrage-Antwort-Schleife reale Aktionen ausführen. Databricks Agent Bricks bietet dafür eine governte Plattform, um solche Agenten auf Basis von Unternehmensdaten zu bauen – mit nativer Unterstützung für das Model Context Protocol und Unity Catalog
* Tool calling is the mechanism that allows AI models to interact with external tools, APIs, and systems, transforming basic chatbots into capable AI agents that can take real-world action. * The process follows a structured loop: the model recognizes when a tool is needed, selects the right one, builds a request, processes the response, and delivers a result to the user. * Databricks Agent Bricks provides a governed platform for building tool-calling agents grounded in enterprise data, with native support for the Model Context Protocol (MCP) and Unity Catalog governance.
