AgentHost.CreateBuilder(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.
Creates a new AgentHostBuilder for composing protocols and configuring the agent server.
public static Azure.AI.AgentServer.Core.AgentHostBuilder CreateBuilder(string[]? args = default);
static member CreateBuilder : string[] -> Azure.AI.AgentServer.Core.AgentHostBuilder
Public Shared Function CreateBuilder (Optional args As String() = Nothing) As AgentHostBuilder
Parameters
- args
- String[]
Optional command-line arguments.
Returns
A new builder instance.