diff --git a/workbench-app/src/services/workbench/participant.ts b/workbench-app/src/services/workbench/participant.ts index 1d160623..9c5ee67b 100644 --- a/workbench-app/src/services/workbench/participant.ts +++ b/workbench-app/src/services/workbench/participant.ts @@ -65,6 +65,7 @@ export const transformResponseToConversationParticipant = (response: any): Conve try { return { id: response.id, + conversationId: response.conversation_id, role: response.role, name: response.name, image: response.image ?? undefined,