Skip to content

Commit

Permalink
Update web_search.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyu-01 committed Sep 3, 2023
1 parent ccd2532 commit da7db13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camel/functions/web_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def text_extract_from_web(url: str) -> str:
# Split a text into smaller chunks of size n
def create_chunks(text: str, n: int) -> List[str]:
r"""Returns successive n-sized chunks from provided text."
Args:
text: what need to be cut.
n: max length of chunk.
Expand Down

0 comments on commit da7db13

Please sign in to comment.