Class: PostHog::MCP::ModelOptions

Inherits:
Struct
  • Object
show all
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?

Returns:

  • (String, nil)


15
# File 'lib/posthog/mcp/options.rb', line 15

ModelOptions = Struct.new(:description, keyword_init: true)