OptimizationAgentDefinition interface

Agent definition returned in response payloads (includes resolved config).

Properties

agent_name

Agent name.

agent_version

Agent version.

model

Model deployment name.

skills

Agent skills.

system_prompt

System prompt / instructions.

tools

Agent tools.

Property Details

agent_name

Agent name.

agent_name?: string

Property Value

string

agent_version

Agent version.

agent_version?: string

Property Value

string

model

Model deployment name.

model?: string

Property Value

string

skills

Agent skills.

skills?: Record<string, any>[]

Property Value

Record<string, any>[]

system_prompt

System prompt / instructions.

system_prompt?: string

Property Value

string

tools

Agent tools.

tools?: Record<string, any>[]

Property Value

Record<string, any>[]