@openfloor/protocol - v0.0.4
    Preparing search index...

    Class YieldFloorEvent

    Represents yielding the conversational floor Sent by agents to indicate they no longer wish to speak

    const yieldFloorEvent = new YieldFloorEvent({
    reason: '@complete'
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    eventType: string
    parameters: Record<string, unknown>
    reason?: string
    to?: To

    Methods

    • Convert to plain object

      Returns Record<string, unknown>