(t *testing.T)
| 2923 | } |
| 2924 | |
| 2925 | func TestDeleteChatProvider(t *testing.T) { |
| 2926 | t.Parallel() |
| 2927 | t.Skip("legacy chat provider API removed in favor of AI provider API") |
| 2928 | } |
| 2929 | |
| 2930 | func TestChatProviderAPIKeysFromDeploymentValues(t *testing.T) { |
| 2931 | t.Parallel() |