Contradictions explained
This commit is contained in:
@@ -56,7 +56,7 @@ describe('LLMService Refactor', () => {
|
||||
candidates: [{
|
||||
content: {
|
||||
parts: [{
|
||||
text: 'true'
|
||||
text: '"Ice Cream" and "No desserts" are contradictory.'
|
||||
}]
|
||||
}
|
||||
}]
|
||||
@@ -64,6 +64,6 @@ describe('LLMService Refactor', () => {
|
||||
|
||||
const desireSet = { wants: ['Ice Cream', 'No desserts'], accepts: [], noGoes: [] };
|
||||
const hasContradictions = await llmService.checkForInnerContradictions(desireSet as any);
|
||||
expect(hasContradictions).toBe(true);
|
||||
expect(hasContradictions).not.toBeNull();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user