You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/ai/Azure.AI.Agents.Persistent/src/Custom/PersistentAgentsChatClient.cs
+30-9Lines changed: 30 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,8 @@ internal partial class PersistentAgentsChatClient : IChatClient
35
35
/// <summary>The thread ID to use if none is supplied in <see cref="ChatOptions.ConversationId"/>.</summary>
36
36
privatereadonlystring?_defaultThreadId;
37
37
38
-
/// <summary>List of tools associated with the agent.</summary>
39
-
privateIReadOnlyList<ToolDefinition>?_agentTools;
38
+
/// <summary>Lazily-retrieved agent instance. Used for its properties.</summary>
39
+
privatePersistentAgent?_agent;
40
40
41
41
/// <summary>Initializes a new instance of the <see cref="PersistentAgentsChatClient"/> class for the specified <see cref="PersistentAgentsClient"/>.</summary>
0 commit comments