Skip to content

Commit 367aeaa

Browse files
committed
mued message type export
1 parent b5fc6a8 commit 367aeaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lf_toolkit/chat/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from ..shared.mued_api_v0_1_0 import ChatRequest
22
from ..shared.mued_api_v0_1_0 import ChatResponse
3+
from ..shared.mued_api_v0_1_0 import Message
34
from .params import ChatParams
45
from .result import ChatResult
56

6-
__all__ = ["ChatRequest", "ChatResponse", "ChatParams", "ChatResult"]
7+
__all__ = ["ChatRequest", "ChatResponse", "Message", "ChatParams", "ChatResult"]

0 commit comments

Comments
 (0)