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

Skip to content

@sagentic-ai/sagentic-af / Conclusible

Conclusible ​

Conclusible must be implemented by classes that can be concluded

Extends ​

Properties ​

metadata ​

ts
metadata: Metadata;

Holds metadata of the object

Inherited from ​

Identified.metadata

Source ​

src/common.ts:112

Methods ​

conclude() ​

ts
conclude(): void

Concludes the object. Finishes the timing object in metadata.

Returns ​

void

Source ​

src/common.ts:118