includeTimestamps method

LLMBuilder includeTimestamps(
  1. bool enabled
)

Implementation

LLMBuilder includeTimestamps(bool enabled) =>
    extension('includeTimestamps', enabled);