Mayson Monorepo Documentation
    Preparing search index...

    Interface BlockReplyPayload

    Block reply payload for streaming responses

    interface BlockReplyPayload {
        text: string;
        toolCalls?: ToolCall[];
        pendingApproval?: PendingApproval;
    }
    Index

    Properties

    text: string

    Text response

    toolCalls?: ToolCall[]

    Tool calls made

    pendingApproval?: PendingApproval

    Whether a trade action is pending approval