huangyz0918 / termax

Termax: an open-sourced implementation of Github Copilot CLI, with command suggestion, explanation, and power by LLMs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Two steps prompt generation for LLM in command guessing

SilinMeng0510 opened this issue · comments

Step One: Have it determine which type of code the user is executing (intent detection).
Step Two: Based on the result of Step One, have it generate the next possible command (command generation).