guidance icon indicating copy to clipboard operation
guidance copied to clipboard

[Feature Request] Support for suppressing (parts of) notebook outputs

Open hudson-ai opened this issue 8 months ago • 2 comments

Previously, guidance had with silent() context managers to suppress some content from notebook vis. With the move from raw html to widgets, this was lost. Suppressing output is useful, e.g. for RAG where there might be a LOT of context, and the user wants to focus on just the model output.

@nopdive @nking-1 @marcotcr fyi

hudson-ai avatar May 06 '25 21:05 hudson-ai

Seems reasonable to me. Are you thinking of bringing back silent, flag on the model, etc?

nopdive avatar May 06 '25 23:05 nopdive

Apart from RAG and similar instances of tool use, when would a user want to suppress output?

In other words, perhaps instead of with silent(): what we need is with tool():.

nchammas avatar May 07 '25 15:05 nchammas