effect-io-ai

Package: @effect/ai
Module: Toolkit

Toolkit.empty

An empty toolkit with no tools.

Useful as a starting point for building toolkits or as a default value. Can be extended using the merge function to add tools.

Signature

declare const empty: Toolkit<{}>

Source

Since v1.0.0