sevzas

Results 6 issues of sevzas

It just hangs, consuming an entire core and much memory. But when I try running my code with the version with comment "1.6.1-rc" it works fine. So something has broken...

The output for IMAP SEARCH ON and SENTON parameters has the time and timezone which should not be there according to RFC3501. http://www.faqs.org/rfcs/rfc3501.html . The format should be dd-MMM-yyyy with...

This is an enhancement request. OpenAI has overhauled the assistants Api - https://platform.openai.com/docs/changelog/released-assistants-api-updates I'm hoping that Forge.OpenAI can be enhanced to support the new Assistants API features. Thank You!

This is a feature request. It would be great if Forge.OpenAI had string constants defined for: 1. RunResponse.Status . They are documented here: https://platform.openai.com/docs/assistants/how-it-works/runs-and-run-steps It would also be nice to...

This is a feature request. OpenAI API offers streaming notification for changes to message and run objects. https://platform.openai.com/docs/api-reference/assistants-streaming It would be great in Forge.OpenAI supported this feature.

Couple issues related to Forge.OpenAI.Models.VectorStoreFiles: (1) In https://platform.openai.com/docs/api-reference/vector-stores-files/createFile it says that "vector_store_id" is a required property. It appears that this OpenAI functionality is implemented in the class CreateVectorStoreFilesRequest. However, vector_store_id...