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

Function newTestTranscript

pkg/tui/components/transcript/transcript_test.go:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17const testAgent = "Gordon"
18
19func newTestTranscript() *Transcript {
20 return New(service.StaticSessionState{AgentName: testAgent})
21}
22
23func toolCall(id string) (tools.ToolCall, tools.Tool) {
24 call := tools.ToolCall{

Calls 1

NewFunction · 0.70

Tested by

no test coverage detected