includeThoughts property

bool? includeThoughts
getter/setter pair

If true, the model will include its thoughts in the response.

"Thoughts" are the intermediate steps the model takes to arrive at the final response. They can provide insights into the model's reasoning process and help with debugging. If this is true, thoughts are returned only when available.

Optional.

Implementation

core.bool? includeThoughts;