
GitHub Copilot: Assistant for my current Python workflow
I have split my development workflow into three phases and will explain each of them in detail: Development This is the primary and most important phase for any developer. This can be further categorized into bugs and features, but for simplicity, let us stick to a common development workflow. AI needs proper, enough, and precise context to produce the best results. In our case, we must provide the feature specifications or the bug details (possibly repro and collect logs) and feed these details to the assistant. Brownie points if you could attach the relevant functions instead of providing the entire codebase for fruitful results. Primarily for feature implementation, if you could share any reference (ideally similar flow in the codebase) that would be the best for your assistant to refer to instead of hallucinating across its implementation. Sharing an example prompt that I used for a small feature implementation: Add count with filtering operations to the QdrantDocumentStore `count_
Continue reading on Dev.to
Opens in a new tab

