Wactorz JS
    Preparing search index...

    Class ChatPanel

    Index

    Constructors

    Accessors

    • get lastStreamedText(): string

      The full text of the most recently finalized stream (cleared after read).

      Returns string

    Methods

    • Ensure the panel is visible. If already open, leave it untouched. If closed, open with a generic header derived from hint.

      Parameters

      • hint: string = "Chat"

      Returns void

    • Finalize the streaming bubble: render markdown, store in thread history.

      Returns void

    • Remove the typing bubble for the given agent.

      Parameters

      • agentId: string

      Returns void

    • Show a three-dot typing bubble for the given agent.

      Parameters

      • agentId: string
      • OptionalagentName: string

      Returns void

    • Append a chunk to the in-progress streaming bubble. Creates the bubble on the first chunk.

      Parameters

      • chunk: string
      • from: string

      Returns void

    • Parameters

      • agentId: string
      • state: string

      Returns void