-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request to add FileResource.Status field and enhance GenerateContent() to return detailed error information #33
Comments
Hello @paveliciousness Thanks for the suggestion. I'm currently working on general integration of Cheers, JoKi |
Thank you for the update! Integrating ILogger sounds promising and could serve as a solid alternative. However, I believe that including JSON fields in custom exceptions or returning JSON in the exception messages would enhance our code-level handling. Best regards, |
Thanks for your feedback. Using custom exceptions is an interesting approach which I was considering myself. Thanks for your suggestion. Cheers, JoKi |
Request to extent API:
Add a
Status
field to theFileResource
class to track the current status of the file resource.Modify the
GenerateContent()
method to return detailed error information.The text was updated successfully, but these errors were encountered: