type ScriptResult struct {
Value string `json:"value" jsonschema:"The value returned by the script"`
StdOut string `json:"stdout" jsonschema:"The standard output of the console"`
StdErr string `json:"stderr" jsonschema:"The standard error of the console"`
}