name
and description
. Only fields provided in the request body will be updated.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the workflow to edit.
Response
Workflow updated successfully
A unique workflow ID.
Name of the workflow.
Description for the workflow.
The action used to improve outputs that fail one or more guardrail metrics for the workflow events. May be regenerate
, fixit
, or null which represents “do nothing”. Regenerate runs the user's input prompt with minor induced variance. Fixit attempts to directly address the shortcomings of the output using the guardrail failure rationale. Do nothing does not attempt any improvement.
regenerate
, fixit
Status of the selected workflow. May be archived
or active
. Archived workflows will not accept events.
archived
, active
The time the workflow was created in UTC.
The most recent time the workflow was modified in UTC.
Rate of events associated with this workflow that passed evaluation.
Max. number of improvement action retries until a given event passes the guardrails.