Open DmitriiTsy opened 2 weeks ago
what is the functional use of having summary for each worker response? im trying to understand if this is necessary, as it involves another openai short summary call and more state management on the backend.
wdym by hide all info from the user? every item is streamed via astream_events. how it is hidden depends on how the frontend parses that stream?
Thanks for your comments @kingsotn-twelve
I believe the main idea is to provide short summary about each worker's actions, helping the user decide whether to click on the worker to view additional details about the current state. We can make it simpler by using this summary only for the final worker (make it only one call at the end, we can discuss it on the next meeting with Sean @sean-twelvelabs and James @james-le-twelve-labs )
Right now workers are providing some extra information for the user that they don't need to see, such as the list of index IDs or similar details. So in ideal world they should be able to see only relevant information without this extra data
When the URL of the clip arrives, we need to display it gracefully using a video player or players, so that the user can launch, play, and interact with the video on the frontend