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
After thinking on this more, I think this might work well as a cron job that happens behind the scenes (likely Event Bridge Scheduler) to prompt Bedrock to get some small talk ideas and shove them into a DynamoDB table or something.
Might need some Lambdas in between, but going to avoid them if I can. 😎
Then we could add a branch in the Parallel state to fetch a random item from the DDB table.
Add another channel for small talk that utilizes AI...possibly hardcode something like
What are fun things to do around ${location}
as the prompt.Potentially helpful reference on how to do this in Lambda
The text was updated successfully, but these errors were encountered: