Skip to content

Commit 53c8407

Browse files
committed
set flow_id = thread_id
1 parent 9f9e5e0 commit 53c8407

File tree

1 file changed

+1
-0
lines changed
  • typescript-sdk/integrations/crewai/python/ag_ui_crewai

1 file changed

+1
-0
lines changed

typescript-sdk/integrations/crewai/python/ag_ui_crewai/endpoint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ async def agentic_chat_endpoint(input_data: RunAgentInput, request: Request):
211211
messages=input_data.messages,
212212
tools=input_data.tools,
213213
)
214+
inputs["id"] = input_data.thread_id
214215

215216
async def event_generator():
216217
queue = await create_queue(flow_copy)

0 commit comments

Comments
 (0)