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

Method TitleGenerator

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

TitleGenerator returns a generator for automatic session titles, or nil if the runtime does not support local title generation (e.g. remote runtimes).

(ctx context.Context)

Source from the content-addressed store, hash-verified

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).
119 TitleGenerator(ctx context.Context) *sessiontitle.Generator
120
121 // Steer enqueues a user message for urgent mid-turn injection into the
122 // running agent loop. Returns an error if the queue is full or steering

Callers 4

runTUIWrappedFunction · 0.65
runLeanTUIMethod · 0.65
createSessionSpawnerMethod · 0.65
newTUIFunction · 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 1

newTUIFunction · 0.52