mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
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:
@@ -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 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user