AgentAdministrationClient.GetAgentSessionFiles(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the lazily-initialized agent session files sub-client.
public virtual Azure.AI.Projects.Agents.AgentSessionFiles GetAgentSessionFiles(string agentName, string sessionId);
abstract member GetAgentSessionFiles : string * string -> Azure.AI.Projects.Agents.AgentSessionFiles
override this.GetAgentSessionFiles : string * string -> Azure.AI.Projects.Agents.AgentSessionFiles
Public Overridable Function GetAgentSessionFiles (agentName As String, sessionId As String) As AgentSessionFiles
Parameters
- agentName
- String
The name of the agent.
- sessionId
- String
The session ID.
Returns
Exceptions
agentName or sessionId is null.
agentName or sessionId is an empty string, and was expected to be non-empty.