1
0

feat: Implement direct typing for the Terminal skill with a new default delay for text injection.

This commit is contained in:
2026-02-28 17:05:14 +01:00
parent ee50b9464a
commit 8ec0629e1a
3 changed files with 8 additions and 34 deletions

View File

@@ -45,5 +45,6 @@ public static class Constants
{
public const string LlmModel = "openai/gpt-oss-20b";
public const string WhisperModel = "whisper-large-v3-turbo";
public const int DefaultTypeDelayMs = 2;
}
}