Procházet zdrojové kódy

fix ci issue (#3245)

### What problem does this PR solve?


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.14.0
Kevin Hu před 11 měsíci
rodič
revize
1b3e39dd12
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      sdk/python/test/t_session.py

+ 1
- 1
sdk/python/test/t_session.py Zobrazit soubor

@@ -36,7 +36,7 @@ def test_create_conversation_with_success(get_api_key_fixture):
assistant = rag.create_chat("test_create_conversation", dataset_ids=[kb.id])
session = assistant.create_session()
question = "What is AI"
for ans in session.ask(question, stream=True):
for ans in session.ask(question):
pass
# assert not ans.content.startswith("**ERROR**"), "Please check this error."

Načítá se…
Zrušit
Uložit