We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e8430 commit d458576Copy full SHA for d458576
temporalio/contrib/openai_agents/_invoke_model_activity.py
@@ -160,7 +160,7 @@ def make_tool(tool: ToolInput) -> Tool:
160
raise UserError(f"Unknown tool type: {tool.name}")
161
162
tools = [make_tool(x) for x in input.get("tools", [])]
163
- handoffs = [
+ handoffs: list[Handoff[Any]] = [
164
Handoff(
165
tool_name=x.tool_name,
166
tool_description=x.tool_description,
0 commit comments