-
Notifications
You must be signed in to change notification settings - Fork 352
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
Missing API Documentation #596
Comments
I apologize for my delayed response regarding the request for more detailed API documentation. I truly appreciate your patience. I have encountered an issue that I wanted to bring to your attention. After initiating a conversation through the API and subsequently trying to retrieve messages, I received the following error: { This occurs when attempting to access a conversation that was just created, and I am uncertain as to why this happens. Any guidance on this matter, or any pointers to additional documentation that might address this issue, would be greatly appreciated. Thank you once again for your assistance and for the work you have done to support this project. Best regards, |
Due to the time required to generate the conversation, you may initially receive a 404 error. Please try accessing again after a short while. |
Thank you for your previous response regarding the API issue I raised. I appreciate the guidance provided about the potential delay in accessing a conversation. However, I am still encountering the same issue even after waiting for some time. Specifically, when I initiate a conversation and subsequently try to retrieve it using the conversationId provided by the API, I receive the following error: { To help illustrate the issue, I have attached screenshots showing both the successful creation of the conversation and the subsequent attempt to retrieve it, which results in the "conversation not found" error. The problem persists despite following the suggestion to retry after waiting. It would be really helpful if you could provide further insights into what might be causing this. I wonder if there could be an issue with how the conversation is being indexed or a potential timeout beyond the waiting period I have tried. Any additional documentation or suggestions would be greatly appreciated. Thank you again for your assistance. |
This issue has been labeled as "stale" due to no response by the reporter within 1 month (and 14 days after last commented by someone). And it will be closed automatically 14 days later if not responded. |
I am currently using this repository for integrating a chatbot based on Bedrock and Claude. However, I have noticed that the project lacks comprehensive documentation for the API, especially regarding the following:
These details are essential for users who want to effectively integrate this solution into their own projects.
Request:
Could you please provide a more detailed API reference or point me to where I might find this information? I believe that additional documentation would be highly beneficial for users looking to implement this solution in production environments.
Thank you in advance for your assistance.
The text was updated successfully, but these errors were encountered: