Skip to content

Problem with retrive live conversation using sessions. #765

@NikitaZemtsov

Description

@NikitaZemtsov

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:

  1. What could be the problem? I went through the call chain and it looks like everything is being sent.
  2. 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?

Image

Image

Metadata

Metadata

Labels

live[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

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions