MCPcopy
hub / github.com/dagger/container-use / ConfigureCursor

Struct ConfigureCursor

cmd/container-use/agent/configure_cursor.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type ConfigureCursor struct {
13 Name string
14 Description string
15}
16
17func NewConfigureCursor() *ConfigureCursor {
18 return &ConfigureCursor{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected