Skip to content

Documentation / @agentick/core / EmbeddingOutput

Interface: EmbeddingOutput ​

Defined in: core/src/types.ts:501

Properties ​

embeddings ​

embeddings: number[][]

Defined in: core/src/types.ts:502


model ​

model: string

Defined in: core/src/types.ts:503


raw ​

raw: any

Defined in: core/src/types.ts:508


usage? ​

optional usage: object

Defined in: core/src/types.ts:504

cost? ​

optional cost: number

tokens ​

tokens: number

Released under the ISC License.