Add eval for open_tool (#29801)
Also have its description say it should only be used on request Release Notes: - N/A
This commit is contained in:
parent
e6f6b351b7
commit
9efc09c5a6
5 changed files with 90 additions and 11 deletions
|
@ -4,3 +4,6 @@ This tool opens a file or URL with the default application associated with it on
|
|||
- On Linux, it uses something like `xdg-open`, `gio open`, `gnome-open`, `kde-open`, `wslview` as appropriate
|
||||
|
||||
For example, it can open a web browser with a URL, open a PDF file with the default PDF viewer, etc.
|
||||
|
||||
You MUST ONLY use this tool when the user has explicitly requested opening something. You MUST NEVER assume that
|
||||
the user would like for you to use this tool.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue