Package com.embabel.agent.core
Interface LlmVerbosity
-
- All Implemented Interfaces:
public interface LlmVerbosityControl how much detail to log from LLM interactions.
-
-
Method Summary
Modifier and Type Method Description abstract BooleangetShowPrompts()abstract BooleangetShowLlmResponses()-
-
Method Detail
-
getShowPrompts
abstract Boolean getShowPrompts()
-
getShowLlmResponses
abstract Boolean getShowLlmResponses()
-
-
-
-