MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / InputTimeoutTool

Interface InputTimeoutTool

tools/base.go:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65type ExecutionMode string
66
67const (
68 ExecutionParallel ExecutionMode = "parallel"
69 ExecutionExclusive ExecutionMode = "exclusive"
70)
71

Callers 1

ExecuteMethod · 0.65

Implementers 1

AgentToolagent/agent_tool.go

Calls

no outgoing calls

Tested by

no test coverage detected