api - change history into turns (#204992)

https://github.com/microsoft/vscode/issues/199908
This commit is contained in:
Johannes Rieken
2024-02-12 15:20:58 +01:00
committed by GitHub
parent 4880056930
commit 4eb07edec2
5 changed files with 99 additions and 20 deletions

View File

@@ -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,
};
};
}