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()
Processes the synthesis of content based on user interactions and synthesis plans. It appends generated content to the editor and handles user feedback.
Parameters
Parameter | Type | Description |
---|---|---|
synthesisContainer | SynthesisContainer | The container managing editor interactions. |
Returns
- A promise that resolves when the synthesis process is complete.
Source
Generated using typedoc-plugin-markdown and TypeDoc