"vscode:/vscode.git/clone" did not exist on "e97be7f7aa196cbdb52c185588aad003af4bad35"
feat: tio support preprocessor (#265)
Add backend type `EngineConfig::StaticCore` that wraps the engine in a preprocessor (prompt templating and tokenization). Add example engine `echo_core` (`out=echo_core`) which takes and returns tokens. A nice side effect is that it echos the full prompt template with system prompt, whereas `echo_full` echos only user prompt. 
Showing
Please register or sign in to comment