We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6716d commit 73e5678Copy full SHA for 73e5678
1 file changed
src/writerai/types/chat_streaming_data.py
@@ -2,10 +2,10 @@
2
3
4
from .._models import BaseModel
5
-from .chat_completion import ChatCompletion
+from .chat import Chat
6
7
__all__ = ["ChatStreamingData"]
8
9
10
class ChatStreamingData(BaseModel):
11
- data: ChatCompletion
+ data: Chat
0 commit comments