iachat/spec/enterprise/controllers/api/v1/accounts/captain
Pranav 4f4ef0389b
feat: Add support for persistent copilot threads and messages (#11489)
The agents can see the previous conversations with the copilot if needed
with this change. We would have to cleanup the data after a while. For
now, that is not considered.

This PR adds:
- A new model for copilot_threads (intentionally named thread instead of
conversation to avoid confusion), copilot_messages
- Add the controller to fetch previous threads and messages.
2025-05-15 17:37:04 -07:00
..
assistant_responses_controller_spec.rb feat: Add support for the references in FAQs (#10699) 2025-01-16 15:27:30 +05:30
assistants_controller_spec.rb feat: Allow customizing the responses, flows in Captain (#11385) 2025-04-29 15:42:15 -07:00
bulk_actions_controller_spec.rb feat: Add support for bulk action for Captain FAQs (#10905) 2025-02-27 17:05:33 -08:00
copilot_messages_controller_spec.rb feat: Add support for persistent copilot threads and messages (#11489) 2025-05-15 17:37:04 -07:00
copilot_threads_controller_spec.rb feat: Add support for persistent copilot threads and messages (#11489) 2025-05-15 17:37:04 -07:00
documents_controller_spec.rb feat: setup captain limits (#10713) 2025-01-23 01:23:18 +05:30
inboxes_controller_spec.rb feat(ee): Add Captain features (#10665) 2025-01-14 16:15:47 -08:00