mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Quick fix docs (#7299)
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
parent
51fb1fae88
commit
4f017081fc
@ -73,7 +73,7 @@ class CodeActAgent(Agent):
|
||||
llm=self.llm,
|
||||
)
|
||||
logger.debug(
|
||||
f'TOOLS loaded for CodeActAgent: {', '.join([tool.get('function').get('name') for tool in self.tools])}'
|
||||
f"TOOLS loaded for CodeActAgent: {', '.join([tool.get('function').get('name') for tool in self.tools])}"
|
||||
)
|
||||
self.prompt_manager = PromptManager(
|
||||
prompt_dir=os.path.join(os.path.dirname(__file__), 'prompts'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user