Rate Execution Log
Rate a specific execution log given feedback from the user.
Rating should either be -1
(bad, thumbs down), 0
(neutral, the default), or 1
(good, thumbs up).
You can also provide plain text feedback provided by the user. Supplied rating/feedback are patched onto execution log, so you can progressively call this endpoint.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
The name of the action that was executed.
ID of the execution log.
This can be used with the Rate Execution Log endpoint to give feedback on the execution.
We frequently monitor this feedback!
The parameters that were passed into the API.
The error message if the execution failed.
DEPRECATED: Use results
instead. This field is kept temporarily for compatibility.
The resolved parameters for the action.
If preview_only
is true
, this will be the parameters that the AI would have used to run the action if it were not a preview.
If preview_only
is false
, these are the parameters that the AI used to run the action.
Human readable labels for some of the keys in the result.
Results of the action after it ran.
This will be an empty list if preview_only
is true
.
The status of the execution.
success
: The action was executed successfully.halted
: The action was not executed.error
: The action failed to execute, seeerror
field.empty
: The action search did not return any results.preview
: The action was previewed.
success
, halted
, error
, empty
, preview