Skip to content

Commit 5802750

Browse files
committed
test(openai-agents): fix tests
1 parent 94a3695 commit 5802750

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integrations/openai_agents/test_openai_agents.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,6 @@ def simple_test_tool(message: str) -> str:
453453
"on_invoke_tool": "<function agents.tool.function_tool.<locals>._create_function_tool.<locals>._on_invoke_tool>",
454454
"strict_json_schema": True,
455455
"is_enabled": True,
456-
"tool_input_guardrails": None,
457-
"tool_output_guardrails": None,
458456
}
459457
]
460458
)

0 commit comments

Comments
 (0)