feat: add response schema for captain

This commit is contained in:
Shivam Mishra
2025-08-04 16:58:00 +05:30
parent 4633d2a179
commit 54514d9d21
@@ -0,0 +1,4 @@
class Captain::ResponseSchema < RubyLLM::Schema
string :response, description: 'The message to send to the user'
string :reasoning, description: "Agent's thought process", required: false
end