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.