fix: db queries not using agentId in all memory queries #539
Annotations
4 errors
Build packages
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; }'.
|
Build packages
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; }'.
|
Build packages
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; }'.
|
Build packages
Process completed with exit code 1.
|
Loading