ProjectsAgentsModelFactory.HeaderIsolationKeySource(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.
The HeaderIsolationKeySource.
public static Azure.AI.Projects.Agents.HeaderIsolationKeySource HeaderIsolationKeySource(string userIsolationKey = default, string chatIsolationKey = default);
static member HeaderIsolationKeySource : string * string -> Azure.AI.Projects.Agents.HeaderIsolationKeySource
Public Shared Function HeaderIsolationKeySource (Optional userIsolationKey As String = Nothing, Optional chatIsolationKey As String = Nothing) As HeaderIsolationKeySource
Parameters
- userIsolationKey
- String
The user isolation key header value.
- chatIsolationKey
- String
The chat isolation key header value.
Returns
A new HeaderIsolationKeySource instance for mocking.