| 79 | ]); |
| 80 | |
| 81 | // --------------------------------------------------------------------------- |
| 82 | // Helpers |
| 83 | // --------------------------------------------------------------------------- |
| 84 | |
| 85 | type CustomProviderModelConfig = NonNullable< |
| 86 | Parameters<ModelRegistry["registerProvider"]>[1]["models"] |
| 87 | >[number]; |
| 88 | |
| 89 | interface AssistantDiagnostics { |
| 90 | stopReason: string; |
nothing calls this directly
no outgoing calls
no test coverage detected