pddl_init_from_files
Start a PDDL planning session by loading the domain and problem from specified file paths, avoiding inline text duplication.
Instructions
Initialize a PDDL exploration session by reading domain and problem from files. Use this instead of pddl_init when the PDDL definitions are available as files, to avoid duplicating large strings in the conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain_path | Yes | Path to the PDDL domain file | |
| problem_path | Yes | Path to the PDDL problem file |