Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/chapter7/第七章 构建你的Agent框架.md
Original file line number Diff line number Diff line change
Expand Up @@ -1308,8 +1308,8 @@ def _invoke_with_tools(self, messages: list[dict[str, Any]], tools: list[dict[st
**client_kwargs,
)

#内部逻辑是对Openai 原生的functioncall作再封装
#OpenAI 原生functioncall示例
#内部逻辑是对OpenAI 原生的function calling作再封装
#OpenAI 原生function calling示例
from openai import OpenAI
client = OpenAI()

Expand Down