Skip to content

Commit 460a692

Browse files
committed
feat: restore ToolContext.event_queue for nested streaming
1 parent 0076502 commit 460a692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/tool_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import asyncio
12
from dataclasses import dataclass, field, fields
23
from typing import Any, Optional, Union
3-
import asyncio
44

55
from openai.types.responses import ResponseFunctionToolCall
66

0 commit comments

Comments
 (0)