Lack of Tool Parameter Visibility in Zed Agent Mode #39995
MorePeanuts
started this conversation in
LLMs and Zed Agent
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
In Zed's Agent mode, when invoking a database query tool (e.g., query_database), the UI indicates the tool is being used but does not display the specific parameters, such as the generated SQL query string. This lack of visibility prevents users from verifying the correctness of the query, reducing confidence in confirming tool actions. For example, in a data analysis task, users cannot check if the model-generated query matches the intended logic, making confirmation less meaningful.
Expected Behavior
The Agent Panel should display the exact parameters passed to the query_database tool, such as the SQL query string, in a collapsible section or debug log.
This would allow users to verify the query's correctness before confirming the action.
Additional Context
Environment: Zed 0.207.4, macOS, using custom/OpenAI compatible models.
Use Case: Users need to verify model-generated SQL queries in data analysis tasks to ensure accuracy (e.g., correct table names, conditions).
Feature request: Add a UI option (e.g., agent.show_tool_parameters: true in settings.json) to display tool parameters, especially for custom tools like query_database.
Related Issues: Agentic mode for AI Assistant #24028 (agentic editing discussions).
Beta Was this translation helpful? Give feedback.
All reactions