hume-python-sdk icon indicating copy to clipboard operation
hume-python-sdk copied to clipboard

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

Open lithafnium opened this issue 9 months ago • 0 comments

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?

lithafnium avatar May 28 '24 17:05 lithafnium