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

Method UpdateMessage

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

UpdateMessage updates a message in a session

(ctx context.Context, sessionID, msgID string, msg *session.Message)

Source from the content-addressed store, hash-verified

95
96 // UpdateMessage updates a message in a session
97 UpdateMessage(ctx context.Context, sessionID, msgID string, msg *session.Message) error
98
99 // AddSummary adds a summary to a session
100 AddSummary(ctx context.Context, sessionID, summary string, tokens int) error

Callers 3

UpdateSessionMessageMethod · 0.65
OnEventMethod · 0.65

Implementers 2

stubRemoteClientpkg/runtime/remote_contract_test.go
Clientpkg/runtime/client.go

Calls

no outgoing calls

Tested by

no test coverage detected