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

Function TestExec_OpenAI_HideToolCalls

e2e/exec_test.go:44–49  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

42}
43
44func TestExec_OpenAI_HideToolCalls(t *testing.T) {
45 t.Parallel()
46 out := runCLI(t, "run", "--exec", "testdata/fs_tools.yaml", "--hide-tool-calls", "How many files in testdata/working_dir? Only output the number.")
47
48 require.Equal(t, "1", out)
49}
50
51func TestExec_OpenAI_gpt5(t *testing.T) {
52 t.Parallel()

Callers

nothing calls this directly

Calls 1

runCLIFunction · 0.85

Tested by

no test coverage detected