We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey there, I'm sending input as text with a "custom_session_id" as part of the payload, like such:
data = json.dumps( {"text": prompt, "type": "user_input", "custom_session_id": "testtestest"} )
When I read the messages back, however, I'm not getting the custom_session_id in the json object. Any idea as to what could be the issue?
The text was updated successfully, but these errors were encountered:
Thank you for raising this issue. I was able to reproduce it in testing and have raised this with the Hume team.
Sorry, something went wrong.
No branches or pull requests
Hey there, I'm sending input as text with a "custom_session_id" as part of the payload, like such:
When I read the messages back, however, I'm not getting the custom_session_id in the json object. Any idea as to what could be the issue?
The text was updated successfully, but these errors were encountered: