Ask a question to get started
Enter to send•Shift+Enter new line
Replace text in the input from start to end with replacement.
replace_completion_range( self, start: int, end: int, replacement: str ) -> None
start
int
Start index in the input text
end
End index in the input text
replacement
str
Text to insert