Verbosity
data class Verbosity constructor(val showPrompts: Boolean = false, val showLlmResponses: Boolean = false, val debug: Boolean = false, val showPlanning: Boolean = false) : LlmVerbosity
Controls log output.
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