Class: PostHog::MCP::ModelOptions
- Inherits:
-
Struct
- Object
- Struct
- PostHog::MCP::ModelOptions
- Defined in:
- lib/posthog/mcp/options.rb
Overview
Description override for the injected llm_model argument.
Instance Attribute Summary collapse
Instance Attribute Details
#description ⇒ String?
15 |
# File 'lib/posthog/mcp/options.rb', line 15 ModelOptions = Struct.new(:description, keyword_init: true) |