autoTruncate property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? autoTruncate
getter/setter pair

Deprecated: Please use EmbedContentConfig.auto_truncate instead.

Whether to silently truncate the input content if it's longer than the maximum sequence length.

Optional.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? autoTruncate;