The built-in planner that uses the model's built-in thinking features.
Applies the thinking config to the LLM request.
@type t() :: %ADK.Planner.BuiltIn{thinking_config: map()}
@spec apply_thinking_config(t(), map()) :: map()