Merge PR #224 updates into prose cleanup
This commit is contained in:
@@ -1649,7 +1649,7 @@ describe('BasicCompactService under the real invariants plugin', () => {
|
||||
async function setup(): Promise<{ ctx: Context; session: Session; svc: BasicCompactService }> {
|
||||
const ctx = new Context()
|
||||
await ctx.plugin(SessionStore)
|
||||
await ctx.plugin(Invariants, {})
|
||||
await ctx.plugin(Invariants)
|
||||
await ctx.plugin(LlmService)
|
||||
ctx.llm.registerAdapter(['test-model'], new ScriptedAdapter('CONDENSED'))
|
||||
await ctx.plugin(BasicCompactService, cfg({ auto: false }))
|
||||
|
||||
Reference in New Issue
Block a user