Skip to content

Commit 8a063fd

Browse files
authored
fix(agent): not default to /repo path (OpenHands#4799)
1 parent 025dac5 commit 8a063fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openhands/agenthub/codeact_agent/function_calling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def __init__(self):
245245
'type': 'string',
246246
},
247247
'path': {
248-
'description': 'Absolute path to file or directory, e.g. `/repo/file.py` or `/repo`.',
248+
'description': 'Absolute path to file or directory, e.g. `/workspace/file.py` or `/workspace`.',
249249
'type': 'string',
250250
},
251251
'file_text': {

0 commit comments

Comments
 (0)