guidance
guidance copied to clipboard
[Feature Request] Support for suppressing (parts of) notebook outputs
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
Seems reasonable to me. Are you thinking of bringing back silent, flag on the model, etc?
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():.