Verbosity
constructor(showPrompts: Boolean = false, showLlmResponses: Boolean = false, debug: Boolean = false, showPlanning: Boolean = false)
Parameters
show Prompts
whether to show prompts sent to the LLM
show Llm Responses
whether to show responses received from the LLM
debug
whether to enable debug logging. will also show planning details.
show Planning
whether to show planning details