Try the Commands
Run the assistant against the docs folder and test slash commands and @filename routing
💻
Writing code and entering commands is only available on desktop. Open this page on a larger screen to complete this chapter.
Your assistant now supports streaming, slash commands, and file routing. Run it against the docs folder — it will load from the cache you created earlier, so there is no re-indexing delay.
Once the assistant starts, type /files to see the indexed files, then /help to see all available commands.
Instructions
- Run
python3 app.py ./docsto start the assistant. - When the prompt appears, type
/filesto list the indexed files. - Type
/helpto see all available commands.
Interactive Code Editor
Sign in to write and run code, track your progress, and unlock all chapters.
Sign In to Start Coding