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 0df8ebf commit 00be302Copy full SHA for 00be302
tests/test_tools.py
@@ -581,12 +581,5 @@ def test_convert_with_structured_content_only():
581
582
content, artifact = _convert_call_tool_result(result)
583
584
-<<<<<<< HEAD
585
- assert content_blocks == [{"type": "json", "structured": structured_data}]
586
- assert artifact["structuredContent"] == structured_data
587
-=======
588
- # Empty text content returns empty string
589
assert content == ""
590
- # Structured data goes in artifact
591
assert artifact["structuredContent"] == structured_data
592
->>>>>>> 81f6de3 (fix: ensure consistent output for structured content in tool conversion)
0 commit comments