@servicenow/sdk - v4.7.0
    Preparing search index...

    Type Alias ToolInputValue

    ToolInputValue: string | ScriptTypeToolInput | ToolOutputRef

    Union type for all possible tool input values

    • string: Static string value or template string like "{{input.fieldName}}"
    • ScriptTypeToolInput: Dynamic script-based input
    • ToolOutputRef: Reference to another tool's output