toInternal method

Implementation

InternalGenerationConfig   toInternal()  => InternalGenerationConfig(
    temperature: temperature,
    topP: topP,
    topK: topK,
    candidateCount: candidateCount,
    maxOutputTokens: maxOutputTokens,
    stopSequences: stopSequences
  );