effect-io-ai

Package: effect
Module: TestServices

TestServices.withAnnotations

Executes the specified workflow with the specified implementation of the annotations service.

Signature

declare const withAnnotations: ((annotations: Annotations.TestAnnotations) => <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>) & (<A, E, R>(effect: Effect.Effect<A, E, R>, annotations: Annotations.TestAnnotations) => Effect.Effect<A, E, R>)

Source

Since v2.0.0