Skip to content

Commit

Permalink
[FIX] Fixing variable replacement after single pass execution (#620)
Browse files Browse the repository at this point in the history
Fixing variable replacement after single pass

Co-authored-by: Hari John Kuriakose <[email protected]>
  • Loading branch information
harini-venkataraman and hari-kuriakose authored Aug 27, 2024
1 parent 3675452 commit df5d333
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def fetch_variable_outputs(variable: str, doc_id: str, tool_id: str) -> Any:
document_manager=doc_id,
tool_id=variable_prompt.tool_id,
profile_manager=variable_prompt.profile_manager,
is_single_pass_extract=False,
)
except PromptStudioOutputManager.DoesNotExist:
raise PromptNotRun(
Expand Down

0 comments on commit df5d333

Please sign in to comment.