Skip to content

fix(chat): save tool calls #6990

fix(chat): save tool calls

fix(chat): save tool calls #6990

Triggered via pull request December 15, 2025 18:33
@Sg312Sg312
synchronize #2359
fix/chat-tools
Status Failure
Total duration 57s
Artifacts

ci.yml

on: pull_request
Detect Version
0s
Detect Version
Test and Build  /  Test and Build
42s
Test and Build / Test and Build
Check Docs Changes
0s
Check Docs Changes
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Process Docs  /  Process Documentation Embeddings
Process Docs / Process Documentation Embeddings
Matrix: Create GHCR Manifests
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Test and Build / Test and Build
Process completed with exit code 1.
executor/handlers/agent/memory.test.ts > Memory > Token-based vs Message-based comparison > should produce different results for same message count limit: apps/sim/executor/handlers/agent/memory.test.ts#L264
AssertionError: expected 3 to be 2 // Object.is equality - Expected + Received - 2 + 3 ❯ executor/handlers/agent/memory.test.ts:264:36
executor/handlers/agent/memory.test.ts > Memory > applySlidingWindowByTokens (token-based) > should preserve first system message and exclude it from token count: apps/sim/executor/handlers/agent/memory.test.ts#L125
AssertionError: expected 2 to be 3 // Object.is equality - Expected + Received - 3 + 2 ❯ executor/handlers/agent/memory.test.ts:125:29
executor/handlers/agent/memory.test.ts > Memory > applySlidingWindow (message-based) > should keep last N conversation messages: apps/sim/executor/handlers/agent/memory.test.ts#L48
AssertionError: expected 7 to be 5 // Object.is equality - Expected + Received - 5 + 7 ❯ executor/handlers/agent/memory.test.ts:48:29
Test and Build / Test and Build
sim#test: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)