[**axiom v0.51.1**](../../README.md)

***

[axiom](../../README.md) / [evals](../README.md) / Chat

# Type Alias: Chat

> **Chat** = `object`

## Properties

### capability

> **capability**: `string`

***

### operation

> **operation**: `string`

***

### request

> **request**: `object`

#### max\_token

> **max\_token**: `string`

#### model

> **model**: `string`

#### temperature

> **temperature**: `number`

***

### response

> **response**: `object`

#### finish\_reasons

> **finish\_reasons**: `string`

***

### step

> **step**: `string`

***

### usage

> **usage**: `object`

#### input\_tokens

> **input\_tokens**: `number`

#### output\_tokens

> **output\_tokens**: `number`
