mirror of
https://github.com/usestrix/strix.git
synced 2026-08-22 02:58:39 +02:00
refactor(context): trim verbose comments
This commit is contained in:
@@ -82,8 +82,6 @@ async def test_wrap_exec_command_preserves_explicit_shell(shell: str) -> None:
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_responses_filesystem_custom_tool_output_is_bounded() -> None:
|
||||
# In Responses-API mode filesystem tools stay native CustomTools; a large
|
||||
# read must still be head+tail bounded before it enters history.
|
||||
async def invoke(_ctx: Any, _inp: str) -> str:
|
||||
return "line\n" * 50_000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user