Verbosity

constructor(showPrompts: Boolean = false, showLlmResponses: Boolean = false, debug: Boolean = false, showPlanning: Boolean = false)

Parameters

showPrompts

whether to show prompts sent to the LLM

showLlmResponses

whether to show responses received from the LLM

debug

whether to enable debug logging. will also show planning details.

showPlanning

whether to show planning details