Type returns the provider type: "copilot", "openai", or "anthropic". Multiple provider instances can share the same type.
()
| 50 | // Type returns the provider type: "copilot", "openai", or "anthropic". |
| 51 | // Multiple provider instances can share the same type. |
| 52 | Type() string |
| 53 | // Name returns the provider instance name. |
| 54 | // Defaults to Type() when not explicitly configured. |
| 55 | Name() string |
no outgoing calls