fix: db queries not using agentId in all memory queries #792
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.
|