Skip to content

Commit c6b8d61

Browse files
committed
UseNativeDebugger uses LLMAdvanced
1 parent 97b2f05 commit c6b8d61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Runtime/LLM.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class LLM : MonoBehaviour
3838
[LLM] public bool debug = false;
3939
/// <summary> Wait for native debugger to connect to the backend </summary>
4040
[Tooltip("Wait for native debugger to connect to the backend")]
41-
[LLM] public bool UseNativeDebugger = false;
41+
[LLMAdvanced] public bool UseNativeDebugger = false;
4242
/// <summary> number of prompts that can happen in parallel (-1 = number of LLMCaller objects) </summary>
4343
[Tooltip("number of prompts that can happen in parallel (-1 = number of LLMCaller objects)")]
4444
[LLMAdvanced] public int parallelPrompts = -1;

0 commit comments

Comments
 (0)