Type Alias WaldiezEdgeDataCommon

WaldiezEdgeDataCommon: {
    clearHistory: boolean;
    description: string;
    maxTurns: number | null;
    message: IWaldiezMessage;
    nestedChat: {
        message: IWaldiezMessage | null;
        reply: IWaldiezMessage | null;
    };
    order: number;
    position: number;
    summary: {
        args: { [key: string]: any };
        method: WaldiezEdgeLlmSummaryMethod;
        prompt: string;
    };
}

Waldiez Edge Data.

Type declaration

The description of the edge

The position of the edge

The order of the edge

The clear history of the edge

The message of the edge

The nested chat of the edge

The message context of the edge

The summary of the edge: method and options

The max turns of the edge

  • IWaldiezMessage
  • WaldiezEdgeLlmSummaryMethod