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

Function todoToolSet

pkg/session/session_test.go:18–23  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

16)
17
18func todoToolSet(t *testing.T) tools.ToolSet {
19 t.Helper()
20 toolSet, err := todo.CreateToolSet(latest.Toolset{})
21 require.NoError(t, err)
22 return toolSet
23}
24
25func TestTrimMessagesWithToolCalls(t *testing.T) {
26 t.Parallel()

Calls 1

CreateToolSetFunction · 0.92

Tested by

no test coverage detected