Class AgentChain

Constructors

Properties

agentRequest?: LLMRequest
agentResult?: string
onUpdate?: (event: ChainEvent) => void
tools: ToolChain[] = []

Methods

  • Parameters

    • tool: ToolChain

    Returns void