Wasm Directoryalpha
Record

execute-response

No description available.

record execute-response {
  action-used: string,
  additional-results: list​<execute-response-additional-results-item>,
  assistant-hint: option​<string>,
  error: option​<string>,
  id: string,
  input-params: execute-response-input-params,
  result-op: option​<execute-response-result-op>,
  result-field-labels: option​<execute-response-result-field-labels>,
  review-url: string,
  status: option​<execute-response-status-enum>,
}

Fields

NameTypeDescription
action-usedstring
additional-resultslist​<execute-response-additional-results-item>
assistant-hintoption​<string>
erroroption​<string>
idstring
input-paramsexecute-response-input-params
result-opoption​<execute-response-result-op>
result-field-labelsoption​<execute-response-result-field-labels>
review-urlstring
statusoption​<execute-response-status-enum>