MCPcopy Create free account
hub / github.com/compozy/agh / nativeRequiredInputError

Function nativeRequiredInputError

internal/daemon/native_tools.go:4431–4439  ·  view source on GitHub ↗
(id toolspkg.ToolID, field string)

Source from the content-addressed store, hash-verified

4429}
4430
4431func nativeRequiredInputError(id toolspkg.ToolID, field string) error {
4432 return toolspkg.NewToolError(
4433 toolspkg.ErrorCodeInvalidInput,
4434 id,
4435 fmt.Sprintf("%s is required", field),
4436 toolspkg.ErrToolInvalidInput,
4437 toolspkg.ReasonSchemaInvalid,
4438 )
4439}
4440
4441func nativeUnavailableError(id toolspkg.ToolID, message string) error {
4442 return toolspkg.NewToolError(

Callers 13

networkChannelCreateMethod · 0.85
networkChannelUpdateMethod · 0.85
agentCreateRequestMethod · 0.85
networkInboxMethod · 0.85
networkDirectResolveMethod · 0.85
taskFanOutRunsMethod · 0.85
requiredNativeStringFunction · 0.85
agentMemoryStoreForMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected