Skip to content
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

Sending session ids over text doesn't seem to return the session back #133

Open
lithafnium opened this issue May 28, 2024 · 1 comment
Open

Comments

@lithafnium
Copy link

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?

@norman-codes
Copy link
Contributor

Thank you for raising this issue. I was able to reproduce it in testing and have raised this with the Hume team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants