bundles / IPython 9.3.0 / IPython / terminal / shortcuts / auto_suggest / NavigableAutoSuggestFromHistory / _trigger_llm
function
IPython.terminal.shortcuts.auto_suggest:NavigableAutoSuggestFromHistory._trigger_llm
Signature
async def _trigger_llm ( self , buffer ) → None Summary
This will ask the current llm provider a suggestion for the current buffer.
Extended Summary
If there is a currently running llm task, it will cancel it.
Aliases
-
IPython.terminal.interactiveshell.NavigableAutoSuggestFromHistory._trigger_llm