Private
Public Access
Antigravity is dog shit.
This commit is contained in:
@@ -33,7 +33,7 @@ def test_rag_large_codebase_verification_sim(live_gui):
|
||||
client.set_value('rag_source', 'chroma')
|
||||
client.set_value('rag_emb_provider', 'local')
|
||||
client.set_value('auto_add_history', True)
|
||||
|
||||
time.sleep(1.5)
|
||||
# Wait for settings to apply and engine to sync (initial indexing happens automatically)
|
||||
print("[SIM] Waiting for automatic initial indexing...")
|
||||
start_initial = time.time()
|
||||
@@ -93,7 +93,7 @@ def test_rag_large_codebase_verification_sim(live_gui):
|
||||
break
|
||||
time.sleep(0.2)
|
||||
|
||||
client.set_value('ai_input', "What is the modified content?")
|
||||
client.set_value('ai_input', "Search for MODIFIED CONTENT FOR FILE 25")
|
||||
client.click('btn_gen_send')
|
||||
|
||||
# Wait for completion
|
||||
|
||||
Reference in New Issue
Block a user