ChatCompletionEventPreviewExtraFields

April 23, 2026 ยท View on GitHub

Supported Types

bool

value: bool = /* values here */

int

value: int = /* values here */

float

value: float = /* values here */

str

value: str = /* values here */

datetime

value: datetime = /* values here */

List[str]

value: List[str] = /* values here */

Dict[str, str]

value: Dict[str, str] = /* values here */