or run

npx @tessl/cli init
Log in

Version

Tile

Overview

Evals

Files

Files

docs

administration.mdassistants-threads.mdbatch-processing.mdbeta-realtime.mdchat-completions.mdconfiguration-management.mdcontainer-content.mdcore-client.mdembeddings.mdevaluation-testing.mdfeedback-collections.mdfile-management.mdfine-tuning.mdframework-integrations.mdindex.mdkey-management.mdmodels.mdmultimodal-apis.mdobservability-analytics.mdprompt-management.mdprovider-integration.mdtext-completions.mduploads.mdvector-stores.md

evaluation-testing.mddocs/

0

# Evaluation & Testing

1

2

AI evaluation framework with automated grading, test execution, and performance measurement capabilities.

3

4

## Capabilities

5

6

```python { .api }

7

class Evals:

8

runs: EvalsRuns

9

10

class EvalsRuns:

11

def create(self, **kwargs): ...

12

def list(self, **kwargs): ...

13

def retrieve(self, **kwargs): ...

14

15

class Alpha:

16

graders: Graders

17

18

class Graders:

19

def create(self, **kwargs): ...

20

def list(self, **kwargs): ...

21

```