Skip to content

Commit 7ec2b10

Browse files
committed
fix mypy errors
1 parent bcd17fa commit 7ec2b10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/reasoning_content/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ async def stream_with_reasoning_content():
4747
handoffs=[],
4848
tracing=ModelTracing.DISABLED,
4949
previous_response_id=None,
50+
conversation_id=None,
5051
prompt=None,
5152
):
5253
if event.type == "response.reasoning_summary_text.delta":
@@ -83,6 +84,7 @@ async def get_response_with_reasoning_content():
8384
handoffs=[],
8485
tracing=ModelTracing.DISABLED,
8586
previous_response_id=None,
87+
conversation_id=None,
8688
prompt=None,
8789
)
8890

0 commit comments

Comments
 (0)