Thet Naing
Thet Naing
# Description This PR addresses a bug with `OpenAIAssistantAgent` resulting from the transition from the `file_ids` kwarg to `attachments` kwarg when creating assistants. The present solution formats the existing `file_ids`...
As of the latest update, I have been completely unable to use pylance with cursor IDE. Here are the error logs from Pylance output: ``` 2024-07-26 12:41:24.731 [info] [Info -...
I had code in weave `v0.50.14` that successfully passed data into models through the `Evaluation` class. These objects are passed into the model `predict` method as dict-like objects, allowing usage...