thinkingConfig

public abstract LiveConnectConfig.Builder thinkingConfig(ThinkingConfig thinkingConfig)

Setter for thinkingConfig.

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


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

Setter for thinkingConfig builder.

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