MCPcopy
hub / github.com/docker/docker-agent / WithTitle

Function WithTitle

pkg/session/session.go:799–803  ·  view source on GitHub ↗
(title string)

Source from the content-addressed store, hash-verified

797}
798
799func WithTitle(title string) Opt {
800 return func(s *Session) {
801 s.Title = title
802 }
803}
804
805func WithMessages(messages []Item) Opt {
806 return func(s *Session) {

Callers 12

CreateToolHandlerFunction · 0.92
CreateSessionMethod · 0.92
newSubSessionFunction · 0.92
RunLLMFunction · 0.92
SessionFromEventsFunction · 0.92
TestSaveRunSessionsFunction · 0.92
TestSaveRunSessionsJSONFunction · 0.92
runNewCommandMethod · 0.92
runFunction · 0.92

Calls

no outgoing calls