5 lines
179 B
Ruby
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
|