We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b2f05 commit c6b8d61Copy full SHA for c6b8d61
1 file changed
Runtime/LLM.cs
@@ -38,7 +38,7 @@ public class LLM : MonoBehaviour
38
[LLM] public bool debug = false;
39
/// <summary> Wait for native debugger to connect to the backend </summary>
40
[Tooltip("Wait for native debugger to connect to the backend")]
41
- [LLM] public bool UseNativeDebugger = false;
+ [LLMAdvanced] public bool UseNativeDebugger = false;
42
/// <summary> number of prompts that can happen in parallel (-1 = number of LLMCaller objects) </summary>
43
[Tooltip("number of prompts that can happen in parallel (-1 = number of LLMCaller objects)")]
44
[LLMAdvanced] public int parallelPrompts = -1;
0 commit comments