ADK.Planner.BuiltIn (ADK v0.0.1)

Copy Markdown View Source

The built-in planner that uses the model's built-in thinking features.

Summary

Functions

Applies the thinking config to the LLM request.

Types

t()

@type t() :: %ADK.Planner.BuiltIn{thinking_config: map()}

Functions

apply_thinking_config(built_in, request)

@spec apply_thinking_config(t(), map()) :: map()

Applies the thinking config to the LLM request.