blob: e05afa8f8bc514f75df27b2cc26ebf6b9392c1b3 [file] [log] [blame]
from typing import TypedDict
class ModelMessage(TypedDict, total=False):
role: str
content: str
tool_calls: list # raw passthrough of SDK fields