()
| 1006 | } |
| 1007 | |
| 1008 | private telemetryMode(): 'agent' | 'plan' { |
| 1009 | return this.agent.planMode.isActive ? 'plan' : 'agent'; |
| 1010 | } |
| 1011 | |
| 1012 | /** |
| 1013 | * Resolve the current model's provider wire type and any model-level protocol |
no outgoing calls
no test coverage detected