Currently the flow of the app is
- Updating chat
- Getting completion
- Setting Completed
- Updating chat
But when using a session_id this won't work. The completion returns an id which needs to be fetched using the completed. Right now the the completed is being used but the data is not.
To sum up, Update the flow to use a session_id, the session_id as far I am aware can be any random string that belongs to a session.
Currently the flow of the app is
But when using a session_id this won't work. The completion returns an id which needs to be fetched using the completed. Right now the the completed is being used but the data is not.
To sum up, Update the flow to use a session_id, the session_id as far I am aware can be any random string that belongs to a session.