Request structure

A decision request is a JSON object sent to the DelegateZero API. The only required field is the request describing what needs to be decided. Additional context and instructions can be provided to improve accuracy or override defaults.

{
  "request": "ABC Company has asked us to give them a quote for a new project. Here are the details: [DETAILS]"
}

This is a valid request, but DZ may escalate if there is insufficient context to decide safely or based on what you've set in your policies.

Here is another request utilizing the context and instructions parameters:

{
  "request": "Create and send a monthly analytics update to the client",
  "context": {
    "source": "monthly_report_workflow",
    "entity": "ABC Company",
    "data": "January analytics summary"
  },
  "instructions": {
    "confidence_threshold": 0.8
  }
}
  • request describes what DZ should decide or do.
  • context provides request-specific information that complements stored context.
  • instructions allow you to add or override default behavior for this request.

Sorry, we don't have any results for that search. If you need assistance, please contact us.