fix artifact

This commit is contained in:
italojohnny 2024-06-06 13:33:04 -03:00
commit 28719aed16
2 changed files with 1 additions and 1 deletions

View file

@ -758,6 +758,7 @@ class Graph:
params = f"{vertex._built_object_repr()}{params}"
valid = True
result_dict = vertex.result
artifacts = vertex.artifacts
else:
raise ValueError(f"No result found for vertex {vertex_id}")
set_cache_coro = partial(chat_service.set_cache, key=self.flow_id)

View file

@ -187,4 +187,3 @@ class StreamURL(TypedDict):
class Log(TypedDict):
message: str | dict | StreamURL
type: str
type: str