Expand description
Handle chained inputs and terminal output formatting.
Adapted from langchain_core/utils/input.py
Enums§
- Input
Error - Error types for input operations.
Statics§
- TEXT_
COLOR_ MAPPING - Text color mapping for terminal output.
Functions§
- get_
bolded_ text - Get bolded text for terminal output.
- get_
color_ mapping - Get mapping for items to a support color.
- get_
colored_ text - Get colored text for terminal output.
- print_
text - Print text with highlighting and optional color.