langchain_core.utils.input
.print_textΒΆ
- langchain_core.utils.input.print_text(text: str, color: Optional[str] = None, end: str = '', file: Optional[TextIO] = None) None [source]ΒΆ
Print text with highlighting and no end characters.
- Parameters
text (str) β
color (Optional[str]) β
end (str) β
file (Optional[TextIO]) β
- Return type
None