Skip to content

fix: db queries not using agentId in all memory queries #792

fix: db queries not using agentId in all memory queries

fix: db queries not using agentId in all memory queries #792

Triggered via pull request November 23, 2024 06:22
Status Failure
Total duration 3m 5s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
check
Argument of type '{ runtime: IAgentRuntime; roomId: `${string}-${string}-${string}-${string}-${string}`; onlyInProgress: boolean; }' is not assignable to parameter of type '{ runtime: IAgentRuntime; agentId: `${string}-${string}-${string}-${string}-${string}`; roomId: `${string}-${string}-${string}-${string}-${string}`; userId?: `${string}-${string}-${string}-${string}-${string}`; onlyInProgress?: boolean; count?: number; }'.
check
Argument of type '{ runtime: IAgentRuntime; roomId: `${string}-${string}-${string}-${string}-${string}`; onlyInProgress: true; }' is not assignable to parameter of type '{ runtime: IAgentRuntime; agentId: `${string}-${string}-${string}-${string}-${string}`; roomId: `${string}-${string}-${string}-${string}-${string}`; userId?: `${string}-${string}-${string}-${string}-${string}`; onlyInProgress?: boolean; count?: number; }'.
check
Argument of type '{ runtime: IAgentRuntime; count: number; onlyInProgress: true; roomId: `${string}-${string}-${string}-${string}-${string}`; }' is not assignable to parameter of type '{ runtime: IAgentRuntime; agentId: `${string}-${string}-${string}-${string}-${string}`; roomId: `${string}-${string}-${string}-${string}-${string}`; userId?: `${string}-${string}-${string}-${string}-${string}`; onlyInProgress?: boolean; count?: number; }'.
check
Process completed with exit code 1.