IBM / nl2flow

NL2Flow: A PDDL Interface to Flow Construction
Apache License 2.0
8 stars 2 forks source link

Add Option to Create Chain-of-Thought Description for Plan #10

Closed jkeskingvillage closed 3 months ago

jkeskingvillage commented 7 months ago

Add Option to Create Chain-of-Thought Description for Plan

jkeskingvillage commented 7 months ago

Causal link generator can be used for this approach.

jkeskingvillage commented 5 months ago

@TathagataChakraborti

Example description: '1. Acquire employment_type by asking the user using Action ask.\n' '2. Acquire region by asking the user using Action ask if it is not already known.\n' '3. Acquire role_id by asking the user using Action ask if it is not already known.\n' '4. Execute Action job_openning_search with employment_type, region, and role_id as inputs. This will result in acquiring job_id.\n' '5. Return the result of the job_opening_search (job_id) to the user.'