• Extract text content from a Content object or array of Parts Handles the common pattern of extracting readable text from message parts

    Parameters

    • content: Content | {
          parts?: Part[];
      }

    Returns string