HostedAgentDefinition.CodeConfiguration Property
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.
Code-based deployment configuration. Provide this for code-based deployments. Mutually exclusive with container_configuration β the service validates that exactly one is set.
public Azure.AI.Projects.Agents.CodeConfiguration CodeConfiguration { get; set; }
member this.CodeConfiguration : Azure.AI.Projects.Agents.CodeConfiguration with get, set
Public Property CodeConfiguration As CodeConfiguration