# LLM-Handle ## General The LLM-Handle is the tool to automate the process of communicating with LLM models such as ChatGPT. It mainly performs the following tasks: - Initialize the task with some pre-set prompts - Extract the useful information from the model's response - Pass the outside information to the model as accurate command. ## Example usage TODO