release: v2.58.0
This commit is contained in:
@@ -9,4 +9,13 @@ describe('base system prompt', () => {
|
||||
expect(prompt).toContain('Do not say "upload the source code"');
|
||||
expect(prompt).toContain('For code review requests, first confirm path access');
|
||||
});
|
||||
|
||||
it('gives Astra a stance instead of only response structure', () => {
|
||||
const prompt = getSystemPrompt();
|
||||
|
||||
expect(prompt).toContain('Astra stance');
|
||||
expect(prompt).toContain('not a template renderer');
|
||||
expect(prompt).toContain('calm but opinionated');
|
||||
expect(prompt).toContain('If the answer starts sounding like a checklist');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user