We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5a0b8 commit 4bb4400Copy full SHA for 4bb4400
2 files changed
src/agents/extensions/handoff_filters.py
@@ -96,6 +96,8 @@ def _remove_tool_types_from_input(
96
"shell_call_output",
97
"apply_patch_call",
98
"apply_patch_call_output",
99
+ "custom_tool_call",
100
+ "custom_tool_call_output",
101
]
102
103
filtered_items: list[TResponseInputItem] = []
tests/test_extension_filters.py
@@ -1041,6 +1041,8 @@ def test_removes_hosted_tool_types_from_input_history() -> None:
1041
1042
1043
1044
1045
1046
1047
input_items: list[TResponseInputItem] = [_get_message_input_item("Hello")]
1048
for t in hosted_types:
0 commit comments