Fix issue with artifacts in PromptVertex
This commit is contained in:
parent
97eb790653
commit
ec8679015b
1 changed files with 1 additions and 0 deletions
|
|
@ -265,6 +265,7 @@ class PromptVertex(Vertex):
|
|||
# Remove the handle_keys from the artifacts
|
||||
# so the prompt format doesn't break
|
||||
artifacts.pop("handle_keys", None)
|
||||
template = ""
|
||||
try:
|
||||
if (
|
||||
not hasattr(self._built_object, "template")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue