Typing
ChatType = List[ChatItem]
module-attribute
ΒΆ
ChatType is a type alias for a list
of dict
s following the OpenAI conversational format.
ChatType = List[ChatItem]
module-attribute
ΒΆChatType is a type alias for a list
of dict
s following the OpenAI conversational format.