We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@ts-expect
1 parent 4dcd72e commit 7507a09Copy full SHA for 7507a09
src/index.ts
@@ -93,7 +93,6 @@ const server = createServer(async (request, response) => {
93
const toolCaller = await capiClient.chat.completions.create({
94
stream: false,
95
model: "gpt-4",
96
- // @ts-expect-error - TODO @gr2m - type incompatibility between @openai/api and @copilot-extensions/preview-sdk
97
messages: toolCallMessages,
98
tool_choice: "auto",
99
tools: functions.map((f) => f.tool),
0 commit comments