Preparing search index...

    Return value from a ChatTool execute() call, carrying either output data or an error message.

    Index

    Constructors

    Properties

    Constructors

    • Constructs a new Result object for returning operation outcomes from a ChatTool execute() method.

      Returns Result

    Properties

    data: any

    Holds the successful output payload returned by the tool operation.

    error: string

    Error message string set when the tool operation fails; empty on success.