fix(agent): not default to /repo path (#4799)

This commit is contained in:
Xingyao Wang 2024-11-06 14:21:41 -06:00 committed by GitHub
parent 025dac5d8f
commit 8a063fdf6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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': {