mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 01:57:11 -05:00
Merge branch origin/codex/update-apiclient.sendmessage-structure into main
This commit is contained in:
@@ -391,7 +391,7 @@ class ApiClient {
|
||||
|
||||
async sendMessage(conversationId, message) {
|
||||
return this.post(`/api/ai-chat/conversations/${conversationId}/messages`, {
|
||||
message
|
||||
content: message
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user