Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface ReturnToChatOptions

    interface ReturnToChatOptions {
        data?: Record<string, unknown>;
        flowContext?: string;
        result: "error" | "completed" | "cancelled";
        returnMessage?: string;
        stateKey?: string;
    }
    Index

    Properties

    data?: Record<string, unknown>
    flowContext?: string
    result: "error" | "completed" | "cancelled"
    returnMessage?: string
    stateKey?: string