mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-31 04:09:49 +02:00
0.0.10
This commit is contained in:
@@ -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"])
|
||||
```
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "langgraph"
|
||||
version = "0.0.9"
|
||||
version = "0.0.10"
|
||||
description = "langgraph"
|
||||
authors = []
|
||||
license = "LangGraph License"
|
||||
|
||||
Reference in New Issue
Block a user