client icon indicating copy to clipboard operation
client copied to clipboard

GenerationConfig being overwritten on ChatSession

Open evandromurilo opened this issue 11 months ago • 1 comments

We do this on sendMessage:

        $config = (new GenerationConfig())
        ->withCandidateCount(1);
        $response = $this->model
            ->withGenerationConfig($config)
            ->generateContentWithContents($this->history);

Which overwrittes any previously defined generation config.

evandromurilo avatar Feb 10 '25 11:02 evandromurilo

#67

evandromurilo avatar Feb 10 '25 11:02 evandromurilo