(ctx context.Context, arg GetChatsParams)
| 438 | // Returns "0s" (disabled) when no value has been configured. |
| 439 | GetChatWorkspaceTTL(ctx context.Context) (string, error) |
| 440 | GetChats(ctx context.Context, arg GetChatsParams) ([]GetChatsRow, error) |
| 441 | GetChatsByChatFileID(ctx context.Context, fileID uuid.UUID) ([]Chat, error) |
| 442 | GetChatsByWorkspaceIDs(ctx context.Context, ids []uuid.UUID) ([]Chat, error) |
| 443 | // Retrieves chats updated after the given timestamp for telemetry |
no outgoing calls