Method
GetChatByIDForUpdate
(ctx context.Context, id uuid.UUID)
Source from the content-addressed store, hash-verified
| 2825 | } |
| 2826 | |
| 2827 | func (q *querier) GetChatByIDForUpdate(ctx context.Context, id uuid.UUID) (database.Chat, error) { |
| 2828 | return fetch(q.log, q.auth, q.db.GetChatByIDForUpdate)(ctx, id) |
| 2829 | } |
| 2830 | |
| 2831 | func (q *querier) GetChatComputerUseProvider(ctx context.Context) (string, error) { |
| 2832 | // The computer-use provider is a deployment-wide runtime chat setting |
Callers
nothing calls this directly
Tested by
no test coverage detected