diff --git a/openhands/agenthub/codeact_agent/function_calling.py b/openhands/agenthub/codeact_agent/function_calling.py index 770d2c679d..afe6f253d5 100644 --- a/openhands/agenthub/codeact_agent/function_calling.py +++ b/openhands/agenthub/codeact_agent/function_calling.py @@ -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': {