Package com.embabel.agent.core
Class Verbosity
-
- All Implemented Interfaces:
-
com.embabel.agent.core.LlmVerbosity
public final class Verbosity implements LlmVerbosity
Controls log output.
-
-
Field Summary
Fields Modifier and Type Field Description public final static VerbosityDEFAULTprivate final BooleanshowLongPlansprivate final BooleanshowPromptsprivate final BooleanshowLlmResponsesprivate final Booleandebugprivate final BooleanshowPlanning
-
Constructor Summary
Constructors Constructor Description Verbosity(Boolean showPrompts, Boolean showLlmResponses, Boolean debug, Boolean showPlanning)Verbosity(Boolean showPrompts, Boolean showLlmResponses, Boolean debug)Verbosity(Boolean showPrompts, Boolean showLlmResponses)Verbosity(Boolean showPrompts)Verbosity()
-
Method Summary
Modifier and Type Method Description final BooleangetShowLongPlans()BooleangetShowPrompts()BooleangetShowLlmResponses()final BooleangetDebug()final BooleangetShowPlanning()final VerbositywithShowPrompts(Boolean showPrompts)final VerbosityshowPrompts()final VerbositywithShowLlmResponses(Boolean showLlmResponses)final VerbosityshowLlmResponses()final VerbositywithDebug(Boolean debug)final Verbositydebug()final VerbositywithShowPlanning(Boolean showPlanning)final VerbosityshowPlanning()-
-
Method Detail
-
getShowLongPlans
final Boolean getShowLongPlans()
-
getShowPrompts
Boolean getShowPrompts()
-
getShowLlmResponses
Boolean getShowLlmResponses()
-
getShowPlanning
final Boolean getShowPlanning()
-
withShowPrompts
final Verbosity withShowPrompts(Boolean showPrompts)
-
showPrompts
final Verbosity showPrompts()
-
withShowLlmResponses
final Verbosity withShowLlmResponses(Boolean showLlmResponses)
-
showLlmResponses
final Verbosity showLlmResponses()
-
withShowPlanning
final Verbosity withShowPlanning(Boolean showPlanning)
-
showPlanning
final Verbosity showPlanning()
-
-
-
-