AgentBuilder.WithAzureOpenAIChatCompletion 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.
Define the OpenAI chat completion service (required).
public Microsoft.SemanticKernel.Experimental.Agents.AgentBuilder WithAzureOpenAIChatCompletion (string endpoint, string model, string apiKey, string? version = default);
member this.WithAzureOpenAIChatCompletion : string * string * string * string -> Microsoft.SemanticKernel.Experimental.Agents.AgentBuilder
Public Function WithAzureOpenAIChatCompletion (endpoint As String, model As String, apiKey As String, Optional version As String = Nothing) As AgentBuilder
Parameters
- endpoint
- String
- model
- String
- apiKey
- String
- version
- String
Returns
AgentBuilder instance for fluid expression.