Glossary

GLOSSARY

What is a typed question?

Typed questionA typed question is one question put to a System One model together with the shape of its answer: a choice among listed options, a score on a defined scale, or a noul probability. The type fixes what the model may return.

Each question has an id, a type, instructions and — for choice and score — the allowed answers. A request can carry several questions about the same state. The state is read once and every question is answered from it, so asking five questions costs little more than asking one.

Some models accept further types, such as rank, classify, extract or route. The manifest of each model lists what it answers under capabilities.

Example

{
  "id": "route",
  "type": "choice",
  "instructions": "Which team should handle this ticket?",
  "options": ["billing", "technical", "general"]
}

Read more

Next term: Choice question · Every System One model