(ctx context.Context, id uuid.UUID)
| 770 | GetUserAppearanceSettings(ctx context.Context, userID uuid.UUID) (GetUserAppearanceSettingsRow, error) |
| 771 | GetUserByEmailOrUsername(ctx context.Context, arg GetUserByEmailOrUsernameParams) (User, error) |
| 772 | GetUserByID(ctx context.Context, id uuid.UUID) (User, error) |
| 773 | GetUserChatCompactionThreshold(ctx context.Context, arg GetUserChatCompactionThresholdParams) (string, error) |
| 774 | GetUserChatCustomPrompt(ctx context.Context, userID uuid.UUID) (string, error) |
| 775 | GetUserChatDebugLoggingEnabled(ctx context.Context, userID uuid.UUID) (bool, error) |
no outgoing calls