aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/autogpt/core/runner/cli_web_app/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/autogpt/autogpt/core/runner/cli_web_app/cli.py')
-rw-r--r--autogpts/autogpt/autogpt/core/runner/cli_web_app/cli.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogpts/autogpt/autogpt/core/runner/cli_web_app/cli.py b/autogpts/autogpt/autogpt/core/runner/cli_web_app/cli.py
index 4c5a33030..e00bb33b7 100644
--- a/autogpts/autogpt/autogpt/core/runner/cli_web_app/cli.py
+++ b/autogpts/autogpt/autogpt/core/runner/cli_web_app/cli.py
@@ -49,7 +49,9 @@ async def client(settings_file) -> None:
if settings_file.exists():
settings = yaml.safe_load(settings_file.read_text())
- # TODO: Call the API server with the settings and task, using the Python API client for agent protocol.
+ settings
+ # TODO: Call the API server with the settings and task,
+ # using the Python API client for agent protocol.
if __name__ == "__main__":