Simplify env param description
💘 Generated with Crush
Assisted-by: MiniMax-M2.5 via Crush <crush@charm.land>
This commit is contained in:
parent
16f67c703a
commit
96deeeab7f
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ func (t *ExeclineTool) Parameters() map[string]any {
|
|||
},
|
||||
"env": map[string]any{
|
||||
"type": "object",
|
||||
"description": "Additional environment variables to set for this command. Available: PICOCLAW_HOME, PICOCLAW_CONFIG, PICOCLAW_AGENT_WORKSPACE, PICOCLAW_EXE, PICOCLAW_SERVICE_NAME, PICOCLAW_EXEC_TIME (RFC3339), PICOCLAW_EXEC_TIMEOUT. Cannot override: PATH, HOME, USER, LOGNAME, SHELL, LD_PRELOAD, LD_LIBRARY_PATH, LD_AUDIT, LD_DEBUG, PICOCLAW_*",
|
||||
"description": "Additional environment variables to set for this command",
|
||||
"additionalProperties": map[string]any{
|
||||
"type": "string",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue