From f8e05a0d9a42139b442437b26c752cf983c51e2a Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Thu, 3 Apr 2025 20:30:30 +0200 Subject: small improvements to the prompt --- internal/llm/tools/diagnostics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/llm/tools') diff --git a/internal/llm/tools/diagnostics.go b/internal/llm/tools/diagnostics.go index dc90e5860..d58dbd9fc 100644 --- a/internal/llm/tools/diagnostics.go +++ b/internal/llm/tools/diagnostics.go @@ -65,7 +65,7 @@ func notifyLspOpenFile(ctx context.Context, filePath string, lsps map[string]*ls if err != nil { // Wait for the file to be opened and diagnostics to be received // TODO: see if we can do this in a more efficient way - time.Sleep(2 * time.Second) + time.Sleep(3 * time.Second) } } -- cgit v1.2.3