CodeConfiguration.DependencyResolution Property

Definition

How package dependencies are resolved at deployment time. Defaults to bundled, where the caller bundles all dependencies into the uploaded zip and the service performs no remote build. remote_build instructs the service to build dependencies remotely from the manifest included in the uploaded zip.

public Azure.AI.Projects.Agents.CodeDependencyResolution DependencyResolution { get; set; }
member this.DependencyResolution : Azure.AI.Projects.Agents.CodeDependencyResolution with get, set
Public Property DependencyResolution As CodeDependencyResolution

Property Value

Applies to