Skip to content

Commit fed3185

Browse files
committed
Use keyed parameters in SubagentTextResult constructor
I have not rebased #755, but after merge it conflicted with #758.
1 parent 7274e35 commit fed3185

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/ai/test_agent_message_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ class _AlienStructuredOutputCall(StructuredOutputCall):
509509
SubagentMessage(
510510
name="my_agent",
511511
call_id="id-1",
512-
result=SubagentTextResult("foo"),
512+
result=SubagentTextResult(content="foo"),
513513
),
514514
],
515515
"thread_id should not be an empty string",

0 commit comments

Comments
 (0)