Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
userpj committed Jul 22, 2024
1 parent e34f8c4 commit 23aae25
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appbuilder/tests/test_knowledge_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,8 @@ def test_create_knowledge_base(self):
resp = knowledge.create_chunk(document_id, content="test")
chunk_id = resp.id
knowledge.modify_chunk(chunk_id, content="new test", enable=True)
# 目前openapi有延迟,后续openapi完善后,删除这段
time.sleep(5)
knowledge.describe_chunk(chunk_id)
# 目前openapi有延迟,后续openapi完善后,删除注释
# knowledge.describe_chunk(chunk_id)
knowledge.delete_chunk(chunk_id)

knowledge.modify_knowledge_base(
Expand Down

0 comments on commit 23aae25

Please sign in to comment.