fix(visibility): updated visibility for non-sensitive tool params from user only to user or llm (#3095)

* fix(visibility): updated visibility for non-sensitive tool params from user only to user or llm

* update docs

* updated docs script
This commit is contained in:
Waleed
2026-01-31 11:31:08 -08:00
committed by GitHub
parent e11758fb43
commit 6cb3977dd9
948 changed files with 5581 additions and 5042 deletions

View File

@@ -2509,7 +2509,6 @@ Create a new gist with one or more files
| --------- | ---- | -------- | ----------- |
| `description` | string | No | Description of the gist |
| `files` | json | Yes | JSON object with filenames as keys and content as values. Example: \{"file.txt": \{"content": "Hello"\}\} |
| `Example` | string | No | No description |
| `public` | boolean | No | Whether the gist is public \(default: false\) |
| `apiKey` | string | Yes | GitHub API token |