MCPcopy Index your code
hub / github.com/docker/docker-agent / WithNonInteractive

Function WithNonInteractive

pkg/session/session.go:836–840  ·  view source on GitHub ↗
(nonInteractive bool)

Source from the content-addressed store, hash-verified

834}
835
836func WithNonInteractive(nonInteractive bool) Opt {
837 return func(s *Session) {
838 s.NonInteractive = nonInteractive
839 }
840}
841
842func WithHideToolResults(hideToolResults bool) Opt {
843 return func(s *Session) {

Callers 6

buildSessionFunction · 0.92
runDockerAgentFunction · 0.92
CreateToolHandlerFunction · 0.92
newSubSessionFunction · 0.92
SessionFromEventsFunction · 0.92

Calls

no outgoing calls