AgentHostBuilder.Configure(Action<AgentHostOptions>) 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.
Configure agent server options (port, shutdown timeout, identity).
public Azure.AI.AgentServer.Core.AgentHostBuilder Configure(Action<Azure.AI.AgentServer.Core.AgentHostOptions> configure);
member this.Configure : Action<Azure.AI.AgentServer.Core.AgentHostOptions> -> Azure.AI.AgentServer.Core.AgentHostBuilder
Public Function Configure (configure As Action(Of AgentHostOptions)) As AgentHostBuilder
Parameters
- configure
- Action<AgentHostOptions>
The configuration callback.
Returns
This builder for chaining.