LLMs
A great starting point for the use of Large Language Models for behavior is Sentence Similarity. Fortunately this is a relatively cheap operation that can be run locally, even in-browser!
SentenceFlow
The SentenceFlow
action is similar to the ScoreFlow
. It uses a provided Sentence
and runs the child with the most similar one.
This example will select the second child, run it, and return RunResult::Success
.