Upsert Intent Trigger Route
proxies
Upsert Intent Trigger Route
Create or update the intent scoring trigger config for this proxy.
PUT
Upsert Intent Trigger Route
Path Parameters
Body
application/json
All fields optional — only provided fields are updated (PATCH semantics via PUT).
Which turns to score: 'all', 'first', or 'first_n'.
Pattern:
^(all|first|first_n)$Only used when turn_scope='first_n'. Number of turns to score.
Required range:
x >= 1How to handle turns that contain tool calls.
Pattern:
^(ignore|require|always)$Skip scoring if the turn content is shorter than this many chars.
Required range:
x >= 0Fraction of turns to score (0.00–1.00).
Required range:
0 <= x <= 1