MCPcopy Create free account
hub / github.com/atripati/ark / String

Method String

pkg/context/engine.go:95–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93)
94
95func (et ErrorType) String() string {
96 names := []string{"none", "tool_not_found", "tool_misuse", "tool_failed", "no_relevant_tool", "context_overflow"}
97 if int(et) < len(names) {
98 return names[et]
99 }
100 return "unknown"
101}
102
103type ContextPlan struct {
104 TaskID string

Callers 9

stripHTMLFunction · 0.45
PrintTraceMethod · 0.45
SummaryMethod · 0.45
autoTestGoFunction · 0.45
generateFuncTestFunction · 0.45
BuildRetryPromptFunction · 0.45
TraceJSONFunction · 0.45
buildSystemPromptFunction · 0.45
buildPromptFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected