output
    Preparing search index...

    Type Alias WrappedStreamTextOnFinishEvent<Tools>

    WrappedStreamTextOnFinishEvent: Parameters<StreamTextOnFinishCallback<Tools>>[0] & {
        cost?: LLMCallCost;
    }

    streamText and agent stream onFinish event after the stream response wrapper: same as the AI SDK finish payload plus optional cost from pricing.

    Type Parameters

    • Tools extends ToolSet = ToolSet