Function Calling
Function Calling
📖 定义
Function Calling is the capability of LLMs to interact with external systems. Models can decide to call predefined functions based on user intent and generate parameters that match function signatures, enabling operations such as querying databases and calling APIs.
🔗 在 Higress 中的应用
Higress supports routing and permission control for Function Calling requests, ensuring the security and auditability of AI calls to external functions.
💡 示例
- 1 Weather query functions enable AI to obtain real-time weather information
- 2 Order query functions allow AI customer service to view user order status
- 3 Function Calling is the core mechanism for Agents to execute tasks
🔄 相关术语
❓ 常见问题
Function Calling 是什么?
Function Calling is the capability of LLMs to interact with external systems. Models can decide to call predefined functions based on user intent and generate parameters that match function signatures, enabling operations such as querying databases and calling APIs.
Higress 如何支持 Function Calling?
Higress supports routing and permission control for Function Calling requests, ensuring the security and auditability of AI calls to external functions.
深入了解 Higress
探索更多 Higress 的功能和最佳实践