Class: Evilution::MCP::InfoTool::Actions::Feedback Private
- Defined in:
- lib/evilution/mcp/info_tool/actions/feedback.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Class Method Summary collapse
- .call ⇒ Object private
Class Method Details
.call ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
9 10 11 12 13 14 15 |
# File 'lib/evilution/mcp/info_tool/actions/feedback.rb', line 9 def self.call(**) success( "discussion_url" => Evilution::Feedback::DISCUSSION_URL, "version" => Evilution::VERSION, "guidance_for_agent" => Evilution::Feedback::Messages.info_guidance ) end |