ProtocolConfiguration Class
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.
Per-protocol configuration for the agent endpoint.
public class ProtocolConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.ProtocolConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.ProtocolConfiguration>
type ProtocolConfiguration = class
interface IJsonModel<ProtocolConfiguration>
interface IPersistableModel<ProtocolConfiguration>
Public Class ProtocolConfiguration
Implements IJsonModel(Of ProtocolConfiguration), IPersistableModel(Of ProtocolConfiguration)
- Inheritance
-
ProtocolConfiguration
- Implements
Constructors
| Name | Description |
|---|---|
| ProtocolConfiguration() |
Initializes a new instance of ProtocolConfiguration. |
Properties
| Name | Description |
|---|---|
| A2a |
Configuration for the A2A protocol. |
| Activity |
Configuration for the activity protocol. |
| Invocations |
Configuration for the invocations protocol. |
| InvocationsWs |
Configuration for the WebSocket-based invocations protocol. |
| Mcp |
Configuration for the MCP protocol. |
| Responses |
Configuration for the responses protocol. |