Siddie
Siddie
Any news? It's almost a year since the report and PR.
Same problem using sendMessage from the hook. react-unity-webgl: 9.4.2 unity: 2022.3.6f1 const {unityProvider, isLoaded, loadingProgression, addEventListener, removeEventListener, sendMessage, takeScreenshot, unload, requestFullscreen} = useUnityContext({ loaderUrl: `Build/${projectName}.loader.js`, dataUrl: `Build/${projectName}.data`, frameworkUrl: `Build/${projectName}.framework.js`, codeUrl:...
Can confirm. Same behaviour. Chrome My case: putting tasks into a queue via an API, from a different machine. When I decided to shutdown the ComfyUI tabs on the server...
> What we recommend for this is to [create a tool ](https://docs.letta.com/guides/agents/custom-tools#specifying-arguments-via-pydantic-models)that has the schema you want - for example: > > def respond_to_user(response: MyPydanticModel): > """ Respond to the...