Description
Currently when the LLM uses an empty string for the path parameter, aft_search throws an error saying 'path' must be a non-empty well-formed Unicode string. This parameter is optional; by default, if omitted, it searches the current workspace.
The problem is that GPT 5.6 Luna ALWAYS uses it with an empty path instead of omiting it. To fix it, I ask to make the plugin accept an empty path parameter and treat it like it's not there (search current workspace). It would be in line with other tools accepting empty parameters.
I have not checked if there is a similar issue with other tools.
Use case
No response
Description
Currently when the LLM uses an empty string for the path parameter,
aft_searchthrows an error saying'path' must be a non-empty well-formed Unicode string. This parameter is optional; by default, if omitted, it searches the current workspace.The problem is that GPT 5.6 Luna ALWAYS uses it with an empty path instead of omiting it. To fix it, I ask to make the plugin accept an empty path parameter and treat it like it's not there (search current workspace). It would be in line with other tools accepting empty parameters.
I have not checked if there is a similar issue with other tools.
Use case
No response