Skip to main content

Module: schemas

Interfaces

Type Aliases

DataType

Ƭ DataType: "kv" | "llm" | "chat"

Defined in

schemas.ts:56


KVMap

Ƭ KVMap: Record<string, any>

Defined in

schemas.ts:44


RunType

Ƭ RunType: "llm" | "chain" | "tool" | "retriever" | "embedding" | "prompt" | "parser"

Defined in

schemas.ts:46


ScoreType

Ƭ ScoreType: number | boolean | null

Defined in

schemas.ts:54


ValueType

Ƭ ValueType: number | boolean | string | object | null

Defined in

schemas.ts:55


Was this page helpful?