MCPcopy Create free account
hub / github.com/docker/docker-agent / Summarize

Method Summarize

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

Summarize generates a summary for the session

(ctx context.Context, sess *session.Session, additionalPrompt string, events EventSink)

Source from the content-addressed store, hash-verified

89
90 // Summarize generates a summary for the session
91 Summarize(ctx context.Context, sess *session.Session, additionalPrompt string, events EventSink)
92
93 // PermissionsInfo returns the team-level permission patterns (allow/ask/deny).
94 // Returns nil if no permissions are configured.

Callers 1

CompactSessionMethod · 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