bug fix sending component
This commit is contained in:
@@ -84,5 +84,9 @@ async def execute_on_client(
|
||||
result = await callback(payload)
|
||||
collector = _tool_result_collector.get(None)
|
||||
if collector is not None:
|
||||
collector.append(result)
|
||||
collector.append({
|
||||
"action": action,
|
||||
"table": table,
|
||||
"data": result,
|
||||
})
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user