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.
- Example
Tool - Tool that adds few-shot examples to the LLM request.
Traits§
- Example
Provider - Trait for providing examples dynamically.