Skip to main content

Module example_tool

Module example_tool 

Source
Expand description

Example tool — adds few-shot examples to LLM requests.

Mirrors ADK-Python’s ExampleTool. Enriches LLM requests by injecting example conversations into the context.

Structs§

Example
A single few-shot example for an agent.
ExampleTool
Tool that adds few-shot examples to the LLM request.

Traits§

ExampleProvider
Trait for providing examples dynamically.