fix_text_with_ai()¶
- async Client.fix_text_with_ai()¶
Fixes text using an AI model.
Usable by Users Bots- Parameters:
text (
str|FormattedText) – The original text.- Returns:
FormattedText– On success, information about the fixed text is returned.
Example
app.fix_text_with_ai( "This statement maay havve feew mistakes" )