justyns / silverbullet-ai

Plug for SilverBullet to integrate LLM functionality
https://ai.silverbullet.md/
GNU Affero General Public License v3.0
26 stars 1 forks source link

summarizeNote() method dropped in 146f9b537a4157e1522d6a2b485e9d2aec194c1e #19

Closed NeilHanlon closed 6 months ago

NeilHanlon commented 6 months ago

https://github.com/justyns/silverbullet-ai/commit/146f9b537a4157e1522d6a2b485e9d2aec194c1e

NeilHanlon commented 6 months ago
An exception was thrown as a result of invoking function summarizeNote error: summarizeNote is not defined
(anonymous) @ silverbullet-ai.plug.js:1
await in (anonymous) (async)
(anonymous) @ silverbullet-ai.plug.js:1
justyns commented 6 months ago

Thanks for reporting this! It should be fixed in main in a few minutes.

I realized my intention was to get rid of these summary functions, but not yet. I want to provide an easier way to do the same thing using templated prompts instead of having built-in hardcoded prompts like its using now.