(ctx context.Context, id uuid.UUID)
| 330 | GetBoundaryLogByID(ctx context.Context, id uuid.UUID) (BoundaryLog, error) |
| 331 | GetBoundarySessionByID(ctx context.Context, id uuid.UUID) (BoundarySession, error) |
| 332 | GetChatACLByID(ctx context.Context, id uuid.UUID) (GetChatACLByIDRow, error) |
| 333 | // GetChatAdvisorConfig returns the deployment-wide runtime configuration |
| 334 | // for the experimental chat advisor as a JSON blob. Callers unmarshal the |
| 335 | // result into codersdk.AdvisorConfig. Returns '{}' when unset so zero |
no outgoing calls