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