From a4551e661bf06a3403057d1b7fa263e1f821be1a Mon Sep 17 00:00:00 2001 From: Jacob Anderson Date: Wed, 16 Jul 2025 09:09:37 -0600 Subject: [PATCH] assumption prompt changes for first person voice and join logic --- .../ai/src/steps/post-processing/identify-assumptions-step.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/ai/src/steps/post-processing/identify-assumptions-step.ts b/packages/ai/src/steps/post-processing/identify-assumptions-step.ts index 1ac2a570b..6a68317ee 100644 --- a/packages/ai/src/steps/post-processing/identify-assumptions-step.ts +++ b/packages/ai/src/steps/post-processing/identify-assumptions-step.ts @@ -98,6 +98,7 @@ const createIdentifyAssumptionsInstructions = (datasets: string): string => { - Assigning appropriate labels (timeRelated, vagueRequest, major, or minor) - Suggesting documentation updates when applicable - Ensuring evaluations are clear and actionable +- Speak in first person as if you are the agent who made the assumptions. @@ -305,6 +306,9 @@ For assumptions where the classification type is not pre-assigned to \`timeRelat - Use the \`noAssumptionsIdentified\` tool to indicate that no assumptions were made. + +- Proper joins can be identified as either relationships or entities in the dataset context. + ---