Skip to content

Type Alias: ToolAnnotationsConverter<T>

ts
type ToolAnnotationsConverter<T> = ConverterBase<ToolAnnotations, T>;

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

Type-safe ToolAnnotations converter contract.

Type Parameters

Type ParameterDescription
TThe target DTO type

See

ToolAnnotationsConverterBase for the base implementation class