Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
syedhabib39 committed Feb 18, 2025
1 parent da68160 commit 28723e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superagentx_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class PipeConfig(BaseModel):

class AppConfig(BaseModel):
app_name: str
app_type: str
app_type: str # TODO: Change this with CliAppTypeEnum
llm: list[LLM]
memory: list[Memory]
handler_config: list[HandlerConfig]
Expand Down

0 comments on commit 28723e5

Please sign in to comment.