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

Method UpdateSessionTitle

pkg/runtime/runtime.go:115–115  ·  view source on GitHub ↗

UpdateSessionTitle persists a new title for the current session.

(ctx context.Context, sess *session.Session, title string)

Source from the content-addressed store, hash-verified

113
114 // UpdateSessionTitle persists a new title for the current session.
115 UpdateSessionTitle(ctx context.Context, sess *session.Session, title string) error
116
117 // TitleGenerator returns a generator for automatic session titles, or nil
118 // if the runtime does not support local title generation (e.g. remote runtimes).

Callers 2

UpdateSessionTitleMethod · 0.65
OnEventMethod · 0.65

Implementers 7

queueTestRuntimepkg/tui/page/chat/queue_test.go
cycleThinkingRuntimepkg/leantui/update_test.go
mockRuntimepkg/cli/runner_test.go
mockRuntimepkg/app/app_test.go
LocalRuntimepkg/runtime/runtime.go
mockRuntimepkg/runtime/commands_test.go
RemoteRuntimepkg/runtime/remote_runtime.go

Calls

no outgoing calls

Tested by

no test coverage detected