fix(m12): correct environment dependencies and package imports

This commit is contained in:
Annyfee
2025-12-22 11:04:33 +08:00
parent 620a59b17a
commit e1cb01c407
4 changed files with 14 additions and 19 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
from agents import function_tool
# 修改导入方式以使用正确的openai-agents包
from agents.tool import function_tool
# 全局上下文,所有 Agent 共享
context_variables = {