Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
RunPromptLayerProviderDriftInput
Interface RunPromptLayerProviderDriftInput
interface
RunPromptLayerProviderDriftInput
{
agentId
:
string
;
baseline
:
ProviderDriftCanaryRow
[]
;
candidate
:
ProviderDriftCanaryRow
[]
;
evalPack
?:
BuildProviderDriftEvalPackInput
;
gate
?:
BuildProviderDriftCiGateInput
;
now
?:
Date
;
promptLayer
:
{
baseline
?:
PromptLayerProviderDriftMetadata
[]
;
candidate
?:
PromptLayerProviderDriftMetadata
[]
;
}
;
thresholds
?:
Partial
<
ProviderDriftThresholds
>
;
waivers
?:
ProviderDriftWaiver
[]
;
}
Index
Properties
agent
Id
baseline
candidate
eval
Pack?
gate?
now?
prompt
Layer
thresholds?
waivers?
Properties
agent
Id
agentId
:
string
baseline
baseline
:
ProviderDriftCanaryRow
[]
candidate
candidate
:
ProviderDriftCanaryRow
[]
Optional
eval
Pack
evalPack
?:
BuildProviderDriftEvalPackInput
Optional
gate
gate
?:
BuildProviderDriftCiGateInput
Optional
now
now
?:
Date
prompt
Layer
promptLayer
:
{
baseline
?:
PromptLayerProviderDriftMetadata
[]
;
candidate
?:
PromptLayerProviderDriftMetadata
[]
;
}
Optional
thresholds
thresholds
?:
Partial
<
ProviderDriftThresholds
>
Optional
waivers
waivers
?:
ProviderDriftWaiver
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
baseline
candidate
eval
Pack
gate
now
prompt
Layer
thresholds
waivers
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...