ImmediateActionResult: {
    data: string;
    message: string;
    progress: number;
    success: boolean;
}

Result object for an immediate action tool execution.

Type declaration

  • data: string

    The data returned by the tool.

  • message: string

    If the exeuction has not finished, this will contain the message to display to the user.

  • progress: number

    The progress as a number between 0 and 100.

  • success: boolean

    Flag indicating if the execution was successful.

Generated using TypeDoc