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

Function TestFormatToolCallResponse_PlainText

pkg/cli/printer_test.go:41–46  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

39}
40
41func TestFormatToolCallResponse_PlainText(t *testing.T) {
42 t.Parallel()
43 formatted := formatToolCallResponse(`Plain Text`)
44
45 assert.Equal(t, ` → "Plain Text"`, formatted)
46}
47
48func TestFormatToolCallArguments_Empty(t *testing.T) {
49 t.Parallel()

Callers

nothing calls this directly

Calls 1

formatToolCallResponseFunction · 0.85

Tested by

no test coverage detected