mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-10 01:34:22 +01: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