Module: Stagehand::Models::SessionExecuteParams::AgentConfig::ExecutionModel
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/stagehand/models/session_execute_params.rb,
sig/stagehand/models/session_execute_params.rbs
Overview
Model configuration object or model name string (e.g., 'openai/gpt-5-nano') for tool execution (observe/act calls within agent tools). If not specified, inherits from the main model configuration.
Defined Under Namespace
Classes: GenericModelConfigObject, VertexModelConfigObject
Instance Method Summary collapse
-
#initialize(location:, project:, base_url: nil, headers: nil) ⇒ Object
Vertex AI provider-specific settings.
- #self?.variants ⇒ ::Array[Stagehand::Models::SessionExecuteParams::AgentConfig::execution_model]
Methods included from Internal::Type::Union
==, ===, coerce, derefed_variants, dump, hash, inspect, to_sorbet_type, variants, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Instance Method Details
#initialize(location:, project:, base_url: nil, headers: nil) ⇒ Object
Vertex AI provider-specific settings
|
|
# File 'lib/stagehand/models/session_execute_params.rb', line 387
|
#self?.variants ⇒ ::Array[Stagehand::Models::SessionExecuteParams::AgentConfig::execution_model]
445 |
# File 'sig/stagehand/models/session_execute_params.rbs', line 445
def self?.variants: -> ::Array[Stagehand::Models::SessionExecuteParams::AgentConfig::execution_model]
|