• Asserts that the result data contains the expected subset

    Type Parameters

    • T extends Record<string, unknown>

    Parameters

    • result: AgentResult<T>
    • expected: Partial<T>

    Returns void