• A hook event that fires when the chat input element is adopted by a different DOM element.

    Parameters

    • app: ChatLog

      The application that performed the adoption.

    • elements: Record<string, HTMLElement>

      A mapping of CSS selectors to the elements that were moved.

    • context: RenderChatInputContext

      Additional hook context.

    Returns void