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 ae24e5b commit a40733cCopy full SHA for a40733c
tests/interactions/chat/tools/runtime/test_queue_async.lua
@@ -56,7 +56,10 @@ T["Tools"]["queue"]["can queue multiple async functions"] = function()
56
},
57
}
58
tools:execute(chat, tool_call)
59
- vim.wait(2100)
+
60
+ while (chat.tool_orchestrator) do
61
+ vim.wait(100)
62
+ end
63
]])
64
65
-- Test order
@@ -88,7 +91,9 @@ T["Tools"]["queue"]["can queue async function with sync function"] = function()
88
91
89
92
90
93
- vim.wait(1100)
94
95
96
97
98
99
0 commit comments