(task_description,interaction_class)
| 49 | return tools_class |
| 50 | |
| 51 | def interaction_class(task_description,interaction_class): |
| 52 | prompt = f"Please understand the {task_description} task and write the python code to generate a interaction class for {task_description} according to the {interaction_class} interaction class as an example." |
| 53 | interaction_class = query(prompt) |
| 54 | return interaction_class |
| 55 | |
| 56 | def instruction_yaml(task_description,instruction_yaml): |
| 57 | prompt = f"Please understand the {task_description} task and write the yaml file to generate a instruction yaml for {task_description} according to the {instruction_yaml} instruction yaml as an example." |
no test coverage detected