mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
comments
This commit is contained in:
@@ -61,7 +61,7 @@ internal sealed partial class IdGenerator
|
||||
public string ConversationId { get; }
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// Gets a value indicating whether this is a new conversation.
|
||||
/// </summary>
|
||||
public bool IsNewConversation { get; }
|
||||
|
||||
|
||||
@@ -26,6 +26,9 @@ internal sealed class AgentInvocationContext(IdGenerator idGenerator, JsonSerial
|
||||
/// </summary>
|
||||
public string ConversationId => this.IdGenerator.ConversationId;
|
||||
|
||||
/// <summary>
|
||||
/// Returns true, if conversation is new.
|
||||
/// </summary>
|
||||
public bool IsNewConversation => this.IdGenerator.IsNewConversation;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user