Module: RubyLLM::MCP::Handlers::Concerns::ElicitationActions
- Included in:
- ElicitationHandler
- Defined in:
- lib/ruby_llm/mcp/handlers/concerns/elicitation_actions.rb
Overview
Provides action methods for elicitation request handlers
Instance Attribute Summary collapse
-
#elicitation ⇒ Object
readonly
Returns the value of attribute elicitation.
Instance Attribute Details
#elicitation ⇒ Object (readonly)
Returns the value of attribute elicitation.
9 10 11 |
# File 'lib/ruby_llm/mcp/handlers/concerns/elicitation_actions.rb', line 9 def elicitation @elicitation end |