()
| 3 | import type { State } from "./state" |
| 4 | |
| 5 | export const standardHeaders = () => ({ |
| 6 | "content-type": "application/json", |
| 7 | accept: "application/json", |
| 8 | }) |
| 9 | |
| 10 | const COPILOT_VERSION = "0.26.7" |
| 11 | const EDITOR_PLUGIN_VERSION = `copilot-chat/${COPILOT_VERSION}` |
no outgoing calls
no test coverage detected
searching dependent graphs…