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