Ask a question to get started
Enter to sendā¢Shift+Enter new line
verbose: bool = Field(default_factory=_get_verbosity)
Whether or not run in verbose mode. In verbose mode, some intermediate logs will be printed to the console. Defaults to the global verbose value, accessible via langchain.globals.get_verbose().
verbose
langchain.globals.get_verbose()