TaskWeaver icon indicating copy to clipboard operation
TaskWeaver copied to clipboard

when using TaskWeaver as a library, how to output log

Open SHX9610 opened this issue 1 year ago • 1 comments
trafficstars

when using TaskWeaver as a library, how to output intermediate logs (planner's planning process, etc.) like the intermediate process displayed in the front-end UI

SHX9610 avatar Jul 16 '24 10:07 SHX9610

If you look at the response (like here), it contains all the information generated by the planner.

So, I think you are asking if there is something like the stream mode, where the output is streamed to the client piece by piece. If this is the case, we do not support directly yet, but you can take a look at this thread.

liqul avatar Jul 16 '24 10:07 liqul