Example query: "Display all bridges on Le Loing". The issue is that bridges are split between "BDTOPO_V3:construction_surfacique" (big ones) and "BDTOPO_V3:construction_lineaire" (smaller ones), so the LLM needs to make two separate requests, and then display the two results separately.
There is already a fetchMultiTypename function in the codebase which is used internally to serve the adminexpress, parcellaire-express and urbanisme tool. This issue is about exposing this functionality in the main gpfGetFeatures and gpfCountFeatures tools.
Example query: "Display all bridges on Le Loing". The issue is that bridges are split between "BDTOPO_V3:construction_surfacique" (big ones) and "BDTOPO_V3:construction_lineaire" (smaller ones), so the LLM needs to make two separate requests, and then display the two results separately.
There is already a
fetchMultiTypenamefunction in the codebase which is used internally to serve theadminexpress,parcellaire-expressandurbanismetool. This issue is about exposing this functionality in the maingpfGetFeaturesandgpfCountFeaturestools.