-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
live[Component] This issue is related to live, voice and video chat[Component] This issue is related to live, voice and video chatservices[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc
Description
Trying to restart live conversation using sessions. By user_id I get the last and only session. When initializing run_live I pass the session. The session is not empty, it contains events. I ask for the data that the conversation was about and the model doesn't know anything about it. I also decided to try to specify initial data in state and the model doesn't know anything about them either.
Questions:
- What could be the problem? I went through the call chain and it looks like everything is being sent.
- I can't see in events session the data I send to the model, only its responses. Is this how it should be? Do I need to implement their addition myself? Through session_service.append_event?
Metadata
Metadata
Assignees
Labels
live[Component] This issue is related to live, voice and video chat[Component] This issue is related to live, voice and video chatservices[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc