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. + ---