Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 504 Bytes

File metadata and controls

47 lines (30 loc) · 504 Bytes

ChatCompletionEventExtraFields

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 */