Files
chatwoot/enterprise/lib/captain/response_schema.rb
2025-08-04 18:32:58 +05:30

5 lines
179 B
Ruby

class Captain::ResponseSchema < RubyLLM::Schema
string :response, description: 'The message to send to the user'
string :reasoning, description: "Agent's thought process"
end