mirror of https://github.com/buster-so/buster.git
ok get rid of random string
This commit is contained in:
parent
bea4e290e8
commit
6434bb077c
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue