Simplify env param description

💘 Generated with Crush

Assisted-by: MiniMax-M2.5 via Crush <crush@charm.land>
This commit is contained in:
Keith Patrick 2026-03-22 19:15:21 +00:00
parent 16f67c703a
commit 96deeeab7f

View file

@ -100,7 +100,7 @@ func (t *ExeclineTool) Parameters() map[string]any {
}, },
"env": map[string]any{ "env": map[string]any{
"type": "object", "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{ "additionalProperties": map[string]any{
"type": "string", "type": "string",
}, },