integrate with conversation list

This commit is contained in:
Peng Lyu
2025-07-22 10:00:07 -07:00
parent 9ae387916d
commit 94acf00b15
9 changed files with 243 additions and 19 deletions

View File

@@ -1846,6 +1846,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
ChatRequestTurn: extHostTypes.ChatRequestTurn,
ChatRequestTurn2: extHostTypes.ChatRequestTurn,
ChatResponseTurn: extHostTypes.ChatResponseTurn,
ChatResponseTurn2: extHostTypes.ChatResponseTurn2,
ChatLocation: extHostTypes.ChatLocation,
ChatRequestEditorData: extHostTypes.ChatRequestEditorData,
ChatRequestNotebookData: extHostTypes.ChatRequestNotebookData,