🔄 Big News! bazed.ai is now sagentic.ai. Same vision, new name!

Skip to content

@sagentic-ai/sagentic-af / Reaction

Reaction<T, S> ​

Type parameters ​

• T

• S

Properties ​

match ​

ts
match: ZodType<T, ZodTypeDef, T>;

Source ​

src/agents/reactive.ts:14


then ​

ts
then: ReactionFunction<T, S>;

Source ​

src/agents/reactive.ts:15


type ​

ts
type: string;

Source ​

src/agents/reactive.ts:13