This is how I add additional paths to the Pieces Copilot:
import pieces_os_client
self.__pieces_client = pieces_os_client.wrapper.client.PiecesClient()
...
for p in additional_paths:
if p not in self.__pieces_client.copilot.context.paths:
self.__pieces_client.copilot.context.paths.append(p)
continue
Pieces looks in these folders for content that can serve as context to the LLM. However, I learned from @mason-at-pieces that it skips certain filetypes that are of utmost importance to Embedded Developers. Please add the following filetypes:
This is how I add additional paths to the Pieces Copilot:
Pieces looks in these folders for content that can serve as context to the LLM. However, I learned from @mason-at-pieces that it skips certain filetypes that are of utmost importance to Embedded Developers. Please add the following filetypes: