File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4770,7 +4770,7 @@ export class LanguageModelError extends Error {
4770
4770
}
4771
4771
4772
4772
export class LanguageModelToolResult {
4773
- constructor ( public content : ( LanguageModelTextPart | LanguageModelPromptTsxPart | unknown ) [ ] ) { }
4773
+ constructor ( public content : ( LanguageModelTextPart | LanguageModelPromptTsxPart ) [ ] ) { }
4774
4774
4775
4775
toJSON ( ) {
4776
4776
return {
Original file line number Diff line number Diff line change @@ -19897,7 +19897,7 @@ declare module 'vscode' {
19897
19897
* Create a LanguageModelToolResult
19898
19898
* @param content A list of tool result content parts
19899
19899
*/
19900
- constructor(content: (LanguageModelTextPart | LanguageModelPromptTsxPart | unknown )[]);
19900
+ constructor(content: (LanguageModelTextPart | LanguageModelPromptTsxPart)[]);
19901
19901
}
19902
19902
19903
19903
/**
You can’t perform that action at this time.
0 commit comments