JevMade hello@JevMade.com
← Back to guides

JevMade field notes / Input design guide

Give Jev the right state

State is the information Jev reads to answer questions. It can be plain text or labelled information arranged by software, including text, numbers, true-or-false values, lists, and empty values.

Original by TypeSafe AIGetting started

Listen to this guide

JevMade’s plain-English explanation

Expanded guide unavailable: permission has not been verified.

0:00 /

AI narration

Our summary

State means the information Jev reads before answering questions. It can be a message, ticket, order, policy, or other material. Several questions can read the same state, but each answer is judged independently rather than being based on another answer.

Simple state can be text. Software can also send labelled information called JSON: for example, an order with a customer name, total, paid status, and list of items. Supported values include text, numbers, true-or-false values, labelled groups, lists, and empty values.

Structure can make relationships clearer, but it does not make an answer correct. Keep labels meaningful, include only relevant information, and write each question so it can stand alone. Jev reads text; the surrounding program remains responsible for exact calculations, permissions, and actions.

Key takeaways

  1. State is the shared information Jev reads to answer every question in one request.
  2. Use plain text for simple material or labelled fields when their names help explain meaning.
  3. Keep questions independent even when they read the same state.

The source explains how to arrange information for Jev; it does not establish that a particular arrangement will produce accurate answers on your data.

Official TypeSafe documentation · Source reviewed

Read the original guide Opens the author’s site in a new tab.