Feature Description
Currently, L2M sends to LLM whatever you add in the session. For example, if you add 3 files in the session, it sends 3 files to LLM. However, a user request may only be relevant to one of the 3 files. In that case, L2M should be smart enough to filter the relevant file to send to LLM.
Implementation Ideas
TBD
Deliverables
Auto smart file filtering when sending it to LLM
Feature Description
Currently, L2M sends to LLM whatever you add in the session. For example, if you add 3 files in the session, it sends 3 files to LLM. However, a user request may only be relevant to one of the 3 files. In that case, L2M should be smart enough to filter the relevant file to send to LLM.
Implementation Ideas
TBD
Deliverables
Auto smart file filtering when sending it to LLM