jcollingj / caret

Caret, an Obsidian Plugin
https://caretplugin.ai/
MIT License
101 stars 9 forks source link

Problem with linear workflows #6

Closed johnsidi77 closed 2 months ago

johnsidi77 commented 2 months ago

I am a new user and when I try to execute a linear workflow only the first prompt is activated.

My test workflow is the following:

---
caret_prompt: linear
version: 1
---
```xml
<root>

<system_prompt tag="placeholder_do_not_delete">
Be precise
</system_prompt>

<prompt model="gpt-4o" provider="openai" delay="0" temperature="1">
at the end of the sentece replace the full stop with an exclamation mark
</prompt><prompt model="gpt-4o" provider="openai" delay="0" temperature="1">
convert the sentence to capital letters
</prompt>
</root>

The parallel workflows work normally. 

Any help is welcome!
jcollingj commented 2 months ago

Thanks the note @johnsidi77 ! This is fixed now.