mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
fix(agent): not default to /repo path (#4799)
This commit is contained in:
parent
025dac5d8f
commit
8a063fdf6a
@ -245,7 +245,7 @@ StrReplaceEditorTool = ChatCompletionToolParam(
|
||||
'type': 'string',
|
||||
},
|
||||
'path': {
|
||||
'description': 'Absolute path to file or directory, e.g. `/repo/file.py` or `/repo`.',
|
||||
'description': 'Absolute path to file or directory, e.g. `/workspace/file.py` or `/workspace`.',
|
||||
'type': 'string',
|
||||
},
|
||||
'file_text': {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user