omi
omi copied to clipboard
Apps do not work when creating a conversation via API
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:
- Create conversation via api
- Scroll down to below
- See below apps
- 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
and this created via api
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
}
/attempt #2111