omi icon indicating copy to clipboard operation
omi copied to clipboard

Apps do not work when creating a conversation via API

Open ibrahimAlbyrk opened this issue 10 months ago • 1 comments

Describe the bug When I create a conversation via API, conversation analysis apps do not work. They either do not appear at all or act as if I have not even started talking.

To Reproduce Steps to reproduce the behavior:

  1. Create conversation via api
  2. Scroll down to below
  3. See below apps
  4. They doesn't works

Expected behavior Applications should work properly whether they are created with API or not.

Screenshots this convo created via phone mic in app Image

and this created via api Image

Additional context Data structure for post i send:

 data = {
     "started_at": date,
     "text": text,
     "text_source": "other_text",
     "text_source_spec": f"email about {important}" if important else "email",
     "language": self.language
  }

ibrahimAlbyrk avatar Mar 28 '25 08:03 ibrahimAlbyrk

/attempt #2111

AshAnand34 avatar May 15 '25 22:05 AshAnand34