mirror of https://github.com/buster-so/buster.git
Update packages/ai/src/utils/memory/message-converters.test.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
5b0b6f360b
commit
3161c2b5e1
|
@ -52,7 +52,7 @@ describe('message-converters', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('Respond Without Analysis tool', () => {
|
||||
describe('Respond Without Asset Creation tool', () => {
|
||||
it('should convert respondWithoutAssetCreation to response text message', () => {
|
||||
const toolCall = createToolCall('test-id-3', 'respondWithoutAssetCreation', {
|
||||
message: 'Quick response',
|
||||
|
|
Loading…
Reference in New Issue