Ask a question to get started
Enter to send•Shift+Enter new line
Handle text output.
on_text( self, text: str, color: str | None = None, end: str = '', **kwargs: Any = {} ) -> None
text
str
The text to write.
color
str | None
None
Color override for this specific output.
If None, uses self.color.
self.color
end
''
String appended after the text.
**kwargs
Any
{}
Additional keyword arguments.