diff --git a/README.md b/README.md index df6231bb4..37be4a254 100644 --- a/README.md +++ b/README.md @@ -323,7 +323,7 @@ async for output in chain.astream_log( elif op["path"].startswith("/logs/") and op["path"].endswith( "/streamed_output/-" ): - # these are tokens from the LLM + # because we chose to only include LLMs, these are LLM tokens print(op["value"]) ``` diff --git a/pyproject.toml b/pyproject.toml index ef26aae4b..d24ebd372 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.0.9" +version = "0.0.10" description = "langgraph" authors = [] license = "LangGraph License"