Skip to content

Commit

Permalink
Fix error in copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed Feb 3, 2025
1 parent 114d1cd commit 8dc0184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/github-copilot/src/copilot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export async function* streamCopilotResponse(
return {
type: source.type,
id: source.page,
data: source,
data: source as any,
is_implicit: false,
metadata: {
display_name: page.title,
Expand Down

0 comments on commit 8dc0184

Please sign in to comment.