This commit is contained in:
Nuno Campos
2024-01-08 18:49:39 -08:00
parent 7ce316bb20
commit b1bf68fde4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph"
version = "0.0.9"
version = "0.0.10"
description = "langgraph"
authors = []
license = "LangGraph License"