fix: schema

This commit is contained in:
Shivam Mishra
2025-08-04 18:32:58 +05:30
parent b09c6b4aac
commit 176e09cde7
+1 -1
View File
@@ -1,4 +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
string :reasoning, description: "Agent's thought process"
end