(ctx context.Context)
| 1930 | } |
| 1931 | |
| 1932 | func chatdModelConfigLookupContext(ctx context.Context) context.Context { |
| 1933 | //nolint:gocritic // Chat message admission needs daemon-scoped |
| 1934 | // deployment-config reads for model config validation. |
| 1935 | return dbauthz.AsChatd(ctx) |
| 1936 | } |
| 1937 | |
| 1938 | func resolveSendMessageModelConfigID( |
| 1939 | ctx context.Context, |
no test coverage detected