ProtocolVersionRecord(AgentCommunicationMethod, String) Constructor
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.
Initializes a new instance of ProtocolVersionRecord.
public ProtocolVersionRecord(Azure.AI.Projects.OpenAI.AgentCommunicationMethod protocol, string version);
new Azure.AI.Projects.OpenAI.ProtocolVersionRecord : Azure.AI.Projects.OpenAI.AgentCommunicationMethod * string -> Azure.AI.Projects.OpenAI.ProtocolVersionRecord
Public Sub New (protocol As AgentCommunicationMethod, version As String)
Parameters
- protocol
- AgentCommunicationMethod
The protocol type.
- version
- String
The version string for the protocol, e.g. 'v0.1.1'.
Exceptions
version is null.