You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# AI Integration with server LLM execution + promptbuilder
1
+
# AI Integration with server LLM message persistence
2
2
3
3
This example shows how to setup to add AI integration while handling the LLM calls (in this case, using the Vercel AI SDK) on your server, using a custom executor.
4
4
5
-
Prompt building is done on the server as well
5
+
Instead of sending all messages, these are kept server-side and we only submit the latest message.
0 commit comments