await bp.dm.flushSendMessages(event)
const response = await axios.post("https://vidar.onrender.com/api/v1/prediction/1ea9ec6e-1836-4960-86b4-6c862be6a4fa",
{ "question": Using the following CSV: ( ${workflow.Framework} ) to Answer the following questions for ( ${workflow.aiBizOverview} ):
List Which Concept and Why? Provide an example of this concept using their industry (${workflow.Industry}) and desired outcome (${workflow.aiDesiredOutcomes}) to create a use case of the concept.
},
);
workflow.Concept = await response.data;