@runloop/remote-agents-sdk
    Preparing search index...

    Function isTextContentBlock

    • Type guard for text content blocks (ACP or Claude style).

      Matches objects of the form { type: "text", text: string }.

      Parameters

      • value: unknown

        The value to check.

      Returns value is { text: string; type: "text" }

      true if value is a text content block.