Merge branch 'develop' into feat/voice-channel

This commit is contained in:
Sojan
2025-05-03 02:10:18 -07:00
689 changed files with 16091 additions and 2587 deletions
@@ -14,6 +14,13 @@ class CaptainAssistant extends ApiClient {
},
});
}
playground({ assistantId, messageContent, messageHistory }) {
return axios.post(`${this.url}/${assistantId}/playground`, {
message_content: messageContent,
message_history: messageHistory,
});
}
}
export default new CaptainAssistant();