Skip to content

EnzymeAgent

The EnzymeAgent class is a central component of the Enzyme plugin, responsible for orchestrating the enzymeing process within Obsidian. It manages the interaction between different enzymeing systems and the user interface, providing methods to synthesize content

Methods

synthesize()

synthesize(synthesisContainer): Promise<void>

Processes the synthesis of content based on user interactions and synthesis plans. It appends generated content to the editor and handles user feedback.

Parameters

ParameterTypeDescription
synthesisContainerSynthesisContainerThe container managing editor interactions.

Returns

  • A promise that resolves when the synthesis process is complete.

Source

notebook/EnzymeAgent.ts:88


Generated using typedoc-plugin-markdown and TypeDoc