GetHarnessScriptName returns the filename of the JavaScript harness script that wraps the Copilot CLI with retry logic for transient CAPIError 400 errors.
()
| 160 | // GetHarnessScriptName returns the filename of the JavaScript harness script that wraps |
| 161 | // the Copilot CLI with retry logic for transient CAPIError 400 errors. |
| 162 | func (e *CopilotEngine) GetHarnessScriptName() string { |
| 163 | return "copilot_harness.cjs" |
| 164 | } |
| 165 | |
| 166 | // GetExecutionSteps is implemented in copilot_engine_execution.go |
| 167 |
no outgoing calls