Canonical namespace entrypoint for Tree-of-Thoughts reasoning.
This module exposes shared ToT helpers and points to the canonical strategy:
Jido.AI.Reasoning.TreeOfThoughts.Strategy.
Summary
Functions
Returns the default thought evaluation prompt.
Returns the default thought generation prompt.
Generates a unique ToT call ID.
Returns the canonical ToT strategy module.
Functions
@spec default_evaluation_prompt() :: String.t()
Returns the default thought evaluation prompt.
@spec default_generation_prompt() :: String.t()
Returns the default thought generation prompt.
@spec generate_call_id() :: String.t()
Generates a unique ToT call ID.
@spec strategy_module() :: module()
Returns the canonical ToT strategy module.