undreamai / LLMUnity

Create characters in Unity with LLMs!
https://undream.ai
MIT License
589 stars 64 forks source link

Function calling #130

Open xumeng12321 opened 6 months ago

xumeng12321 commented 6 months ago

Describe the feature

Hi, I wonder if it is possible to add custom tools to the LLM to make it do something like, create a new cube in the scene.

amakropoulos commented 6 months ago

hi, not at the moment! you could do it somehow manually: prompt the LLM to generate some code, then parse the response to extract it and call the code.