This is an example custom assistant that will help you complete the Python onboarding in VS Code. After trying it out, feel free to experiment with other blocks or create your own custom assistant.
ollama
ollama
ollama
ollama
ollama
- Use commonly known abbreviations for long words.
E.g. `idx` instead of `index`, `props` instead of `properties`, etc.
- Organize the file top-down, with leaf functions in the call graph lower than their callers.
In other words, try to always put the function definition after all its usages.
- Prefer flat filesystem structure for source files. Avoid deeply nested directories.
- Prefer functions over classes.
- Always run tests after making changes.
- You job is done only after all tests pass.
No Docs configured
No Prompts configured
No Data configured
No MCP Servers configured