Add session_id to simplified_run_flow_with_caching endpoint
This commit is contained in:
parent
1f28774be3
commit
00ea6d73fe
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue