thinkingConfig

public abstract GenerationConfig.Builder thinkingConfig(ThinkingConfig thinkingConfig)

Setter for thinkingConfig.

thinkingConfig: Optional. Configuration for thinking features. An error will be returned if this field is set for models that don't support thinking.


@CanIgnoreReturnValue()
public GenerationConfig.Builder thinkingConfig(ThinkingConfig.Builder thinkingConfigBuilder)

Setter for thinkingConfig builder.

thinkingConfig: Optional. Configuration for thinking features. An error will be returned if this field is set for models that don't support thinking.