Add session_id to simplified_run_flow_with_caching endpoint

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-01 11:19:19 -03:00
commit 00ea6d73fe

View file

@ -99,6 +99,7 @@ async def simplified_run_flow_with_caching(
This endpoint provides a powerful interface for executing flows with enhanced flexibility and efficiency, supporting a wide range of applications by allowing for dynamic input and output configuration along with performance optimizations through session management and caching.
"""
session_id = input_request.session_id
try:
task_result: List[RunOutputs] = []
artifacts = {}