Skip to content

feat(code-template): Add Code Template System and Tool Calling Infrastructure #201

feat(code-template): Add Code Template System and Tool Calling Infrastructure

feat(code-template): Add Code Template System and Tool Calling Infrastructure #201

Triggered via pull request November 16, 2024 06:33
Status Failure
Total duration 55s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
app/lib/runtime/message-parser.spec.ts > StreamingMessageParser > valid artifacts without actions > should correctly parse chunks and strip out bolt artifacts (0): app/lib/runtime/message-parser.spec.ts#L208
AssertionError: expected 'Some text before undefinedSome more t…' to deeply equal 'Some text before Some more text' - Expected + Received - Some text before Some more text + Some text before undefinedSome more text ❯ runTest app/lib/runtime/message-parser.spec.ts:208:18 ❯ app/lib/runtime/message-parser.spec.ts:132:7
app/lib/runtime/message-parser.spec.ts > StreamingMessageParser > valid artifacts without actions > should correctly parse chunks and strip out bolt artifacts (6): app/lib/runtime/message-parser.spec.ts#L208
AssertionError: expected 'Before undefinedAfter' to deeply equal 'Before After' - Expected + Received - Before After + Before undefinedAfter ❯ runTest app/lib/runtime/message-parser.spec.ts:208:18 ❯ app/lib/runtime/message-parser.spec.ts:132:7
app/lib/runtime/message-parser.spec.ts > StreamingMessageParser > valid artifacts with actions > should correctly parse chunks and strip out bolt artifacts (0): app/lib/runtime/message-parser.spec.ts#L178
Error: Snapshot `StreamingMessageParser > valid artifacts with actions > should correctly parse chunks and strip out bolt artifacts (0) > onActionClose 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ { "action": { - "content": "npm install", + "content": "pm install", "type": "shell", }, "actionId": "0", "artifactId": "artifact_1", "messageId": "message_1", ❯ Object.<anonymous> app/lib/runtime/message-parser.spec.ts:178:20 ❯ StreamingMessageParser.parse app/lib/runtime/message-parser.ts:110:38 ❯ runTest app/lib/runtime/message-parser.spec.ts:197:22 ❯ app/lib/runtime/message-parser.spec.ts:153:7
app/lib/runtime/message-parser.spec.ts > StreamingMessageParser > valid artifacts with actions > should correctly parse chunks and strip out bolt artifacts (1): app/lib/runtime/message-parser.spec.ts#L178
Error: Snapshot `StreamingMessageParser > valid artifacts with actions > should correctly parse chunks and strip out bolt artifacts (1) > onActionClose 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ { "action": { - "content": "npm install", + "content": "pm install", "type": "shell", }, "actionId": "0", "artifactId": "artifact_1", "messageId": "message_1", ❯ Object.<anonymous> app/lib/runtime/message-parser.spec.ts:178:20 ❯ StreamingMessageParser.parse app/lib/runtime/message-parser.ts:110:38 ❯ runTest app/lib/runtime/message-parser.spec.ts:197:22 ❯ app/lib/runtime/message-parser.spec.ts:153:7
Test
Process completed with exit code 1.