enioxt
enioxt
## Description Fixes #258 This PR adds the missing `timestamp` field to all Message models (`UserMessage`, `AssistantMessage`, `SystemMessage`, and `ResultMessage`). ## Problem The timestamp field is present in the JSONL...
## Description Fixes #14168 This PR adds type overloads to `TarFile.__init__` to prevent the runtime `TypeError` that occurs when both `name` and `fileobj` are `None`. ## Problem Currently, the type...
## Description Fixes #3792 This PR improves the type safety of and methods by changing their return type from to . ## Problem Currently, both methods are typed as returning...