iggyray / llms-planning

A benchmark for evaluating large language models in planning
0 stars 0 forks source link

feat: enable prompt generation #6

Closed iggyray closed 2 months ago

iggyray commented 2 months ago

This PR updates the prompt_generation.py file to correctly generate prompts specific to the blocksworld 3 config file. At the moment, the task_1_plan_generation_v2 method can only generate a prompt for a specified instance, but will be extended in a future PR to handle multiple instances.