ok get rid of random string

This commit is contained in:
dal 2025-09-19 10:57:05 -06:00
parent bea4e290e8
commit 6434bb077c
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ describe('Analyst Agent Instructions', () => {
// Check for key sections that should be in the prompt
expect(result).toContain('<intro>');
expect(result).toContain('<analysis_mode_capability>');
expect(result).toContain('<sql_best_practices>');
expect(result).toContain('<visualization_and_charting_guidelines>');
expect(result).toContain('You are a Buster');