includeThoughts method
Enables or disables including thoughts in the response
Implementation
GoogleLLMBuilder includeThoughts(bool include) {
_baseBuilder.extension('includeThoughts', include);
return this;
}
Enables or disables including thoughts in the response
GoogleLLMBuilder includeThoughts(bool include) {
_baseBuilder.extension('includeThoughts', include);
return this;
}