Tool Calling¶
Definition
AI-generated
Tool calling (also called function calling) is a pattern where the model emits structured requests—function name and JSON arguments—for a runtime to execute external code or APIs, then feeds results back for another model turn.
Topics
Synonyms
Why it matters in GWAS¶
Tool calling lets assistants run bcftools, query registries, or format plots—but mistakes in arguments can corrupt files or leak paths; allowlists, read-only modes, and logged tool traces are essential next to raw model fluency.
Example usage¶
"The reproducible workflow includes Tool Calling as a standard step in preprocessing and analysis."
Related terms¶
References¶
- Schick T, et al. (2023). Toolformer: language models can teach themselves to use tools. arXiv:2302.04761.
Last updated (UTC · Git history)