We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a23111 commit 37e2eb7Copy full SHA for 37e2eb7
apps/agentstack-cli/src/agentstack_cli/commands/agent.py
@@ -880,8 +880,6 @@ async def run_agent(
880
] = None,
881
) -> None:
882
"""Run an agent."""
883
- if search_path is not None and input is None and sys.stdin.isatty():
884
- input = sys.stdin.read()
885
async with configuration.use_platform_client():
886
providers = await Provider.list()
887
await ensure_llm_provider()
0 commit comments