axiom
Version:
Axiom AI SDK provides - an API to wrap your AI calls with observability instrumentation. - offline evals - online evals
70 lines (35 loc) • 698 B
Markdown
[**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`