CandidateDeployConfig Class
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.
Deploy-config blob for a candidate. Suitable for setting OPTIMIZATION_CONFIG on a hosted-agent version.
public class CandidateDeployConfig : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.CandidateDeployConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.CandidateDeployConfig>
type CandidateDeployConfig = class
interface IJsonModel<CandidateDeployConfig>
interface IPersistableModel<CandidateDeployConfig>
Public Class CandidateDeployConfig
Implements IJsonModel(Of CandidateDeployConfig), IPersistableModel(Of CandidateDeployConfig)
- Inheritance
-
CandidateDeployConfig
- Implements
Properties
| Name | Description |
|---|---|
| Instructions |
System prompt / instructions. |
| Model |
Foundry deployment name. |
| Skills |
Optional skill overrides. To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| Temperature |
Optional sampling temperature. |
| Tools |
Optional tool overrides. To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to CandidateDeployConfig) | |