feat: use latest @copilot-extensions/preview-sdk and all its goodies#6
feat: use latest @copilot-extensions/preview-sdk and all its goodies#6cheshire137 merged 11 commits intomainfrom
@copilot-extensions/preview-sdk and all its goodies#6Conversation
7b28812 to
bcd67e9
Compare
| } | ||
| response.write("data: [DONE]\n\n"); | ||
|
|
||
| response.end(createDoneEvent()); |
|
|
||
| console.time("tool-call"); | ||
| const toolCaller = await capiClient.chat.completions.create({ | ||
| // @ts-expect-error - type error due to Copilot/OpenAI SDKs interop, I'll look into it ~@gr2m |
There was a problem hiding this comment.
I'd opt to wait until we've resolved this to ship
…Copilot Extension SDKs
| // @ts-expect-error - type error due to Copilot/OpenAI SDKs interop, I'll look into it ~@gr2m | ||
| toolCaller.choices[0] |
There was a problem hiding this comment.
this is not a straight forward fix, not like #6 (comment). I will look into it, your call if you want to merge it or not
|
@gr2m @JasonEtco what is the status of this? |
|
It's ready from my side, @JasonEtco's call or whoever is maintaining this extension whether you want to merge it |
|
👋🏻 I merged a bunch of Dependabot version bumps into |
|
Thanks @cheshire137. It's been a while since I looked at this but please let me know if there is anything I can help with |
cheshire137
left a comment
There was a problem hiding this comment.
Sorry we let this sit so long, thank you Gregor! Will get these changes deployed and report back if we spot any problems.
With this PR, the app has no other dependencies except
@copilot-extensions/preview-sdkLet me know what you think about the changes.