Change OnBreakpointUpdated to HardRule
This commit is contained in:
parent
777c10a426
commit
2cb5ccfee0
|
|
@ -203,7 +203,7 @@ public class StreamingLogHook : ConversationHookBase, IContentGeneratingHook, IR
|
|||
Name = agent.Name,
|
||||
AgentId = agentId,
|
||||
ConversationId = conversationId,
|
||||
Source = ContentLogSource.FunctionCall,
|
||||
Source = ContentLogSource.HardRule,
|
||||
Message = new RoleDialogModel(AgentRole.Assistant, "OnBreakpointUpdated")
|
||||
{
|
||||
MessageId = _routingCtx.MessageId
|
||||
|
|
@ -379,4 +379,4 @@ public class StreamingLogHook : ConversationHookBase, IContentGeneratingHook, IR
|
|||
|
||||
return JsonSerializer.Serialize(log, _options.JsonSerializerOptions);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue