CandidateDeployConfig interface
Deploy-config blob for a candidate. Suitable for setting OPTIMIZATION_CONFIG on a hosted-agent version.
Properties
| instructions | System prompt / instructions. |
| model | Foundry deployment name. |
| skills | Optional skill overrides. |
| temperature | Optional sampling temperature. |
| tools | Optional tool overrides. |
Property Details
instructions
System prompt / instructions.
instructions?: string
Property Value
string
model
Foundry deployment name.
model?: string
Property Value
string
skills
Optional skill overrides.
skills?: Record<string, any>[]
Property Value
Record<string, any>[]
temperature
Optional sampling temperature.
temperature?: number
Property Value
number
tools
Optional tool overrides.
tools?: Record<string, any>[]
Property Value
Record<string, any>[]