(ctx context.Context, arg UpdateChatLastModelConfigByIDParams)
| 1218 | // intentionally not touched to avoid reordering the chat list. |
| 1219 | UpdateChatLastInjectedContext(ctx context.Context, arg UpdateChatLastInjectedContextParams) (Chat, error) |
| 1220 | UpdateChatLastModelConfigByID(ctx context.Context, arg UpdateChatLastModelConfigByIDParams) (Chat, error) |
| 1221 | // Updates the last read message ID for a chat. This is used to track |
| 1222 | // which messages the owner has seen, enabling unread indicators. |
| 1223 | UpdateChatLastReadMessageID(ctx context.Context, arg UpdateChatLastReadMessageIDParams) error |
no outgoing calls