output-sdk
    Preparing search index...
    • Record the end of an event on the default trace for the current workflow.

      Use the same id as the start phase to correlate phases.

      Parameters

      • args: { details: unknown; id: string }

        Event information

        • details: unknown

          Arbitrary metadata associated with this phase (e.g., results, response body).

        • id: string

          Identifier matching the event's start phase.

      Returns void