Skip to main content
Yes/No Question turns a natural-language question and optional context into a strict boolean. Use it when a workflow needs an AI judgment that can connect directly to conditional logic.

Inputs

Output

Example: decide whether a message needs escalation

  • QuestionDoes this customer message describe an urgent safety risk?
  • Additional Text — Connect the incoming message.
Route Decision into an If-style branch: true can alert an on-call person, while false continues normal processing.
Make the decision criteria explicit. “Is this important?” is ambiguous; “Does this mention account takeover, exposed credentials, or unauthorized access?” gives the model a usable rule.