Skip to content

playground / Exports / IUniversalToolFactoryOptions

Interface: IUniversalToolFactoryOptions

Universal Tool Factory options

Table of contents

Properties

Properties

blockCollector

blockCollector: IBlockDataCollector

Block collector for tracking tool executions

Defined in

playground/src/lib/playground/universal-tool-factory.ts:24


logger

Optional logger: AbstractLogger

Logger for tool execution

Defined in

playground/src/lib/playground/universal-tool-factory.ts:27

Released under the MIT License.