mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
api - change history into turns (#204992)
https://github.com/microsoft/vscode/issues/199908
This commit is contained in:
@@ -1663,6 +1663,8 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
ChatResponseProgressPart: extHostTypes.ChatResponseProgressPart,
|
||||
ChatResponseReferencePart: extHostTypes.ChatResponseReferencePart,
|
||||
ChatResponseCommandButtonPart: extHostTypes.ChatResponseCommandButtonPart,
|
||||
ChatAgentRequestTurn: extHostTypes.ChatAgentRequestTurn,
|
||||
ChatAgentResponseTurn: extHostTypes.ChatAgentResponseTurn,
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user