(ctx context.Context, chatID uuid.UUID)
| 1122 | SoftDeleteChatMessageByID(ctx context.Context, id int64) error |
| 1123 | SoftDeleteChatMessagesAfterID(ctx context.Context, arg SoftDeleteChatMessagesAfterIDParams) error |
| 1124 | SoftDeleteContextFileMessages(ctx context.Context, chatID uuid.UUID) error |
| 1125 | // Marks agents from all prior builds of this workspace as deleted, |
| 1126 | // preserving only agents belonging to @current_build_id. Called from |
| 1127 | // provisionerdserver when a workspace build completes, after the new |
no outgoing calls