mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
LanguageModelDataPart as arbitrary mimeType+data+factory functions (#247238)
* LanguageModelDataPart as arbitrary mimeType+data+factory functions Like NotebookCellOutputItem * change languagemodel data part shape * rm whitespace --------- Co-authored-by: Your Name <justchen@microsoft.com>
This commit is contained in:
@@ -1790,6 +1790,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
PartialAcceptTriggerKind: extHostTypes.PartialAcceptTriggerKind,
|
||||
InlineCompletionEndOfLifeReasonKind: extHostTypes.InlineCompletionEndOfLifeReasonKind,
|
||||
KeywordRecognitionStatus: extHostTypes.KeywordRecognitionStatus,
|
||||
ChatImageMimeType: extHostTypes.ChatImageMimeType,
|
||||
ChatResponseMarkdownPart: extHostTypes.ChatResponseMarkdownPart,
|
||||
ChatResponseFileTreePart: extHostTypes.ChatResponseFileTreePart,
|
||||
ChatResponseAnchorPart: extHostTypes.ChatResponseAnchorPart,
|
||||
@@ -1826,7 +1827,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
LanguageModelToolResult: extHostTypes.LanguageModelToolResult,
|
||||
LanguageModelDataPart: extHostTypes.LanguageModelDataPart,
|
||||
LanguageModelExtraDataPart: extHostTypes.LanguageModelExtraDataPart,
|
||||
ChatImageMimeType: extHostTypes.ChatImageMimeType,
|
||||
ExtendedLanguageModelToolResult: extHostTypes.ExtendedLanguageModelToolResult,
|
||||
PreparedTerminalToolInvocation: extHostTypes.PreparedTerminalToolInvocation,
|
||||
LanguageModelChatToolMode: extHostTypes.LanguageModelChatToolMode,
|
||||
|
||||
Reference in New Issue
Block a user