mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Fix formatting of plugin commands in PromptGenerator
This commit is contained in:
committed by
GitHub
parent
e153ae23a3
commit
7285f7dad3
@@ -284,6 +284,6 @@ class PromptGenerator:
|
||||
]
|
||||
|
||||
# Add commands from plugins etc.
|
||||
command_strings += [str(cmd) for cmd in self.commands]
|
||||
command_strings += [str(cmd) for cmd in self.commands.values()]
|
||||
|
||||
return self._generate_numbered_list(command_strings)
|
||||
|
||||
Reference in New Issue
Block a user