sgtsnacks-64 / JustAskIt

JustAskIt - The AI Powered Consultant
MIT License
14 stars 2 forks source link

Parent and child prompts #8

Closed sgtsnacks-64 closed 8 months ago

sgtsnacks-64 commented 9 months ago

As we build this solution out, we may have scenarios where we want a large language model to perform more than one task to accomplish an end goal. This could be made up of multiple prompts that could be executed together to give different responses that could then form the entire solution.

We would need to have an overarching parent record that can contain one or more prompts. Would be great to have reusable prompts at this point, especially if we can surface their feedback score as well.

The flow would then need to be adjusted to cater for this change.

sgtsnacks-64 commented 9 months ago

Parent and Child Prompts, along with Prompt Orchestration has now been implemented for the milestone release. This will be linked directly with requests shortly and thus will be ready for PR