Skip to content

Commit 4db1d10

Browse files
committed
always store read:false on creation
1 parent a2710f2 commit 4db1d10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/platform/plugins/shared/agent_builder/server/services/conversation/client

x-pack/platform/plugins/shared/agent_builder/server/services/conversation/client/converters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,6 @@ export const createRequestToEs = ({
286286
...(conversation.rounds.length > 0 && {
287287
status: conversation.rounds[conversation.rounds.length - 1].status,
288288
}),
289-
...(conversation.read !== undefined && { read: conversation.read }),
289+
read: false,
290290
};
291291
};

0 commit comments

Comments
 (0)