jkomoros / code-sprouts

A simple framework to build bots using LLMs and simple state management
Apache License 2.0
3 stars 0 forks source link

Make `schema.ts` optional #12

Open jkomoros opened 11 months ago

jkomoros commented 11 months ago

Some sprouts don't want state, they just want "previous messages".

In that case, the bot should only get a messageForUser

This will require sharing both the bot and user messages in the history, and dont' show the state in the webapp

jkomoros commented 11 months ago