viberslib
Sözlüğe dön
Agentic

Tool Use.

TR

Modelin metin üretmek yerine bir fonksiyonu çağırma kararı. "Function calling" ile aynı. Agentic davranışın temel taşı.

Tool use, bir LLM'in verdiği cevap içinde "şu fonksiyonu şu argümanlarla çağır" diyebilmesi ve dış sistemin bu çağrıyı yapıp sonucu modele geri vermesidir. Bir LLM'i sadece konuşan bir kutudan etrafıyla etkileşen bir ajana çeviren temel mekanizmadır. Function calling olarak da bilinir. Modern LLM'lerde tool use yerleşik bir özelliktir; geliştirici aletleri JSON schema olarak tanımlar, model gerektiğinde çağırır. MCP, tool use'u standart bir protokole bağlamak için tasarlanmıştır.

EN

When the model decides to invoke a function instead of generating text. Same as "function calling." The core of agentic behavior.

Tool use is when an LLM's response says "call this function with these arguments," and an external system executes that call and returns the result back to the model. It's the core mechanism that turns an LLM from a talking box into an agent that interacts with its environment. Also known as function calling. In modern LLMs, tool use is a first-class feature: the developer defines tools as JSON schemas, and the model invokes them as needed. MCP is designed to put tool use behind a standardized protocol.

İlgili terimler.

03