ChatProviderAPIKeysFromDeploymentValues returns deployment-backed chat provider API keys.
( _ *codersdk.DeploymentValues, )
| 7529 | // ChatProviderAPIKeysFromDeploymentValues returns deployment-backed chat |
| 7530 | // provider API keys. |
| 7531 | func ChatProviderAPIKeysFromDeploymentValues( |
| 7532 | _ *codersdk.DeploymentValues, |
| 7533 | ) chatprovider.ProviderAPIKeys { |
| 7534 | // AI bridge deployment config is intentionally not reused for chat |
| 7535 | // provider credentials. Bridge keys serve the AI task subsystem and |
| 7536 | // should not silently broaden into chat execution paths. |
| 7537 | return chatprovider.ProviderAPIKeys{} |
| 7538 | } |
| 7539 | |
| 7540 | // @Summary Get PR insights |
| 7541 | // @ID get-pr-insights |
no outgoing calls