Skip to content

Type Alias: ToolConverter<T>

ts
type ToolConverter<T> = ConverterBase<Tool, T>;

Defined in: packages/core/src/converters/ToolConverter.ts:10

Type-safe Tool converter contract.

Type Parameters

Type ParameterDescription
TThe target DTO type

See

ToolConverterBase for the base implementation class