SDKs & clients

typesafe-sdk

@joshmn4RubyMITupdated 2026-09-19runnable

Ruby client for typesafe.ai

joshmn/typesafe-sdk

Where it calls Jev

DEFAULT_BASE_URL = "https://api.typesafe.ai"

lib/typesafe/sdk.rb:28

The link points at the commit we read, so the line number still holds.

What it asks Jev

These question sets are lifted from this project's source exactly as written.

from test/typesafe/sdk/client_test.rb:12

  1. departmenttrue/false

    Which team should handle this?

  2. frustrationtrue/false

    How frustrated?

Run it on your own text

The code
import { experimental_evaluate as evaluate } from 'ai';

const { answers } = await evaluate({
  model: 'typesafe-ai/jev',
  state,
  questions: {
    department: { type: 'boolean', instructions: 'Which team should handle this?' },
    frustration: { type: 'boolean', instructions: 'How frustrated?' },
  },
});

Other projects in this category