Node ReferenceLogic
Judgement
Asks yes/no, choice and score questions about a record and returns calibrated answers with a confidence, judged by TypeSafe System One, an LLM or an agent.
Asks yes/no, choice and score questions about a record and returns calibrated answers with a confidence, judged by TypeSafe System One, an LLM or an agent.
| Category | Logic |
| Node type | dynamiq.nodes.tools.Judgement |
| SDK class | dynamiq.nodes.tools.Judgement |
Inputs
| Field | Type | Required |
|---|---|---|
state | Any | No |
questions | list[dict[string, Any]] | No |
Outputs
| Field | Type |
|---|---|
content | string |
answers | dict[string, Any] |
decisions | dict[string, Any] |
confidence | float |
needs_review | bool |
low_confidence | list[Any] |
model | string |
backend | string |
confidence_source | string |
usage | dict[string, Any] |
rationale | dict[string, Any] |
evidence | list[dict[string, Any]] |
For configuration walkthroughs and examples, see the Judgement node guide.