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 Parameter | Description |
|---|---|
T | The target DTO type |
See
ToolAnnotationsConverterBase for the base implementation class