pig.llm =============== This module contains components related to large language model (LLM) interactions within the PIG system. It includes functionalities for constructing prompts, querying LLMs, and processing their responses to facilitate API migration tasks. prompts ---------------------- .. automodule:: pig.llm.prompts :members: query -------------------- .. automodule:: pig.llm.query :members: utils -------------------- .. automodule:: pig.llm.utils :members: