From cf9f5ca10ce6c1f1f3b86042c8e193004b8bf399 Mon Sep 17 00:00:00 2001 From: Antonis Makropoulos Date: Thu, 29 Aug 2024 07:08:24 +0300 Subject: [PATCH] Fix parallel prompts --- Runtime/LLMCharacter.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Runtime/LLMCharacter.cs b/Runtime/LLMCharacter.cs index c5ce99fd..c81c620c 100644 --- a/Runtime/LLMCharacter.cs +++ b/Runtime/LLMCharacter.cs @@ -11,6 +11,7 @@ namespace LLMUnity { + [DefaultExecutionOrder(-2)] /// @ingroup llm /// /// Class implementing the LLM characters.