From 4ad3696a910b4db12d67b6590a7f4d288f1d9aec 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.