feat: add canonical typed tool outputs
This commit is contained in:
@@ -203,7 +203,8 @@ describe('dsh-acp-demo composition', () => {
|
||||
name,
|
||||
description: name,
|
||||
parameters: {},
|
||||
execute: async () => [],
|
||||
output: { schema: { type: 'null' }, render: () => [] },
|
||||
execute: async () => null,
|
||||
})
|
||||
}
|
||||
const assembly = await ctx.get('systemPrompt')!.assemble()
|
||||
|
||||
Reference in New Issue
Block a user