Skip to content

Commit 939a8bc

Browse files
authored
feat(pkg-r): Add a types module. For now it's just the TypedDict that .messages() returns (#92)
1 parent c0802f3 commit 939a8bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from .._chat import ChatMessageDict
2+
3+
__all__ = [
4+
"ChatMessageDict",
5+
]

0 commit comments

Comments
 (0)