SingleFlow is the LLM flow that handles tool calls.

A single flow only considers an agent itself and tools. No sub-agents are allowed for single flow.

This matches the Python implementation's SingleFlow class.

Hierarchy (view full)

Constructors

Properties

requestProcessors: any[] = []
responseProcessors: any[] = []
logger: Logger = ...

Methods