← 返回 English 列表

标签:LLMs

共 1 篇

Function Calling Technical Summary

# Function Calling Technical Summary ## 1. Definition Function Calling is a mechanism that allows developers to describe available external tools (such as APIs) to a large language model (LLM) via JSON schema. When the model determines that a tool is needed to answer the user's question, it outp…