open_deep_research icon indicating copy to clipboard operation
open_deep_research copied to clipboard

feedback node

Open AbdelFatah22899 opened this issue 8 months ago • 2 comments

while code run in feedback state, no panel appeared to take input_feedback which cause error in this stage 'interrupt'

I am using colab notebook

thanks in advance.

AbdelFatah22899 avatar Mar 10 '25 12:03 AbdelFatah22899

Can you share specific error trace?

When you research interrupt, you click Continue and then can enter feedback (either true or "...my feedback").

We are working to improve this: 1/ @vbarda will add schema to interrupt 2/ @lc-arjun will add this to Studio

rlancemartin avatar Mar 10 '25 18:03 rlancemartin

the problem occures when doing code [not when setup locally]

after running code:

async for event in graph.astream(Command(resume="Include a revenue estimate (ARR) in the sections"), thread, stream_mode="updates"):
    print(event)

No input found to write the feedback, instead raise an error 'interrupt' with value "please provide feedback"

Image

AbdelFatah22899 avatar Mar 13 '25 15:03 AbdelFatah22899