Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 433 Bytes

File metadata and controls

15 lines (11 loc) · 433 Bytes
id AnyTextAdapter
title AnyTextAdapter

Type Alias: AnyTextAdapter

type AnyTextAdapter = TextAdapter<any, any, any, any, any>;

Defined in: packages/typescript/ai/src/activities/chat/adapter.ts:106

A TextAdapter with any/unknown type parameters. Useful as a constraint in generic functions and interfaces.