Skip to content

Commit

Permalink
fix: make LanguageModelChatMessage.content2 optional (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceerhl authored Jun 10, 2024
1 parent 08a18ee commit c3309c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/vscodeTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,5 +401,5 @@ export class LanguageModelChatMessageFunctionResultPart {
}

export interface LanguageModelChatMessage {
content2: string | LanguageModelChatMessageFunctionResultPart;
content2?: string | LanguageModelChatMessageFunctionResultPart;
}

0 comments on commit c3309c7

Please sign in to comment.