Jason Liu

Results 180 comments of Jason Liu

this llkely needs a rebase and some more tests

Closing as part of repository maintenance for issues created before 2025.

Closing as part of repository maintenance for issues created before 2025.

whats the ideal check? i dont think theres a good answer unles you want to add a custom before validator

> I might be missing something, but during the json parsing in the PartialBase class, from_json is called with partial_mode="trailing-strings". if we change it to "on" instead, incomplete strings will...

Maybe the right way to do it is: ```python def getattr(self, attr): if attr not in {"create", "chat", "messages"}: return getattr(self.client, attr) return getattr(self, attr) ```

Closing as part of repository maintenance for issues created before 2025.

I closed due to some breaking changes, but if it's interesting, would you be able and interested in reviving the PR.

Closing as part of repository maintenance for issues created before 2025.