Retrieve, create, and save conversations differently for ClientApplications (#656)

* Retrieve, create, and save conversations differently if they're coming from a client application

- Not all of our client apps will necessarily maintain state over the conversation IDs available to a user. For some (single-threaded conversations), it should just use a single conversation. Fix the code to do so

* Simplify conversation retrieval logic

* Keep 0 padding below chat response

* Add order_by sorting to retrieving the conversation without id
This commit is contained in:
sabaimran
2024-02-23 11:32:00 -08:00
committed by GitHub
parent 9afb2a14ef
commit 42773e808c
3 changed files with 28 additions and 13 deletions

View File

@@ -1246,7 +1246,7 @@
margin: 0;
}
.chat-message-text-response {
margin-bottom: -16px;
margin-bottom: 0px;
}
/* Spinner symbol when the chat message is loading */