langchain_core.globals
.set_debug¶
- langchain_core.globals.set_debug(value: bool) None [source]¶
Set a new value for the debug global setting.
- Parameters
value (bool) – The new value for the debug global setting.
- Return type
None