Skip to content

Commit 99baebf

Browse files
committed
copy payload foe message clone.
1 parent 25ecf41 commit 99baebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Infrastructure/BotSharp.Abstraction/Conversations/Models/RoleDialogModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ public static RoleDialogModel From(RoleDialogModel source,
131131
ToolCallId = source.ToolCallId,
132132
PostbackFunctionName = source.PostbackFunctionName,
133133
RichContent = source.RichContent,
134+
Payload = source.Payload,
134135
StopCompletion = source.StopCompletion,
135136
Instruction = source.Instruction,
136137
Data = source.Data

0 commit comments

Comments
 (0)