brain / Brain /src /service /llm /base.py
thomas
feature(#16): merging other repos(android & extension)
8ab7dfe
from typing import TypedDict
class Message(TypedDict):
"""OpenAI Message object containing a role and the message content"""
role: str
content: str