You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @param model_name [String] Model name string without prefix (e.g., 'gpt-5-nano', 'claude-4.5-opus')
36
42
#
37
43
# @param api_key [String] API key for the model provider
38
44
#
39
45
# @param base_url [String] Base URL for the model provider
46
+
#
47
+
# @param provider [Symbol, Stagehand::Models::ModelConfig::ModelConfigObject::Provider] AI provider for the model (or provide a baseURL endpoint instead)
48
+
49
+
# AI provider for the model (or provide a baseURL endpoint instead)
# Some parameter documentations has been truncated, see
93
99
# {Stagehand::Models::SessionExecuteParams::AgentConfig} for more details.
94
100
#
95
101
# @param cua [Boolean] Enable Computer Use Agent mode
96
102
#
97
103
# @param model [String, Stagehand::Models::ModelConfig::ModelConfigObject] Model name string with provider prefix (e.g., 'openai/gpt-5-nano', 'anthropic/cl
98
104
#
105
+
# @param provider [Symbol, Stagehand::Models::SessionExecuteParams::AgentConfig::Provider] AI provider for the agent (legacy, use model: openai/gpt-5-nano instead)
106
+
#
99
107
# @param system_prompt [String] Custom system prompt for the agent
108
+
109
+
# AI provider for the agent (legacy, use model: openai/gpt-5-nano instead)
0 commit comments