fix: schema
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user