candidateCount method
Sets candidate count for response generation
Implementation
GoogleLLMBuilder candidateCount(int count) {
_baseBuilder.extension('candidateCount', count);
return this;
}
Sets candidate count for response generation
GoogleLLMBuilder candidateCount(int count) {
_baseBuilder.extension('candidateCount', count);
return this;
}