Skip to content

Commit 7507a09

Browse files
committed
remove unused @ts-expect
1 parent 4dcd72e commit 7507a09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ const server = createServer(async (request, response) => {
9393
const toolCaller = await capiClient.chat.completions.create({
9494
stream: false,
9595
model: "gpt-4",
96-
// @ts-expect-error - TODO @gr2m - type incompatibility between @openai/api and @copilot-extensions/preview-sdk
9796
messages: toolCallMessages,
9897
tool_choice: "auto",
9998
tools: functions.map((f) => f.tool),

0 commit comments

Comments
 (0)