We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a3805 commit 092091dCopy full SHA for 092091d
rock/sdk/sandbox/agent/rock_agent.py
@@ -186,7 +186,7 @@ def __init__(self, sandbox: Sandbox):
186
self.config: RockAgentConfig | None = None
187
self.agent_session: str | None = None
188
189
- async def install(self, config: str | RockAgentConfig) -> None:
+ async def install(self, config: str | RockAgentConfig = "rock_agent_config.yaml") -> None:
190
"""Install and initialize RockAgent.
191
192
Args:
0 commit comments