Jido.AI.Reasoning.TreeOfThoughts (Jido AI v2.2.0)

Copy Markdown View Source

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

default_evaluation_prompt()

@spec default_evaluation_prompt() :: String.t()

Returns the default thought evaluation prompt.

default_generation_prompt()

@spec default_generation_prompt() :: String.t()

Returns the default thought generation prompt.

generate_call_id()

@spec generate_call_id() :: String.t()

Generates a unique ToT call ID.

strategy_module()

@spec strategy_module() :: module()

Returns the canonical ToT strategy module.