MCPcopy
hub / github.com/mudler/LocalAGI / Definition

Function Definition

example/custom_actions/hello.go:28–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func Definition() map[string][]string {
29 return map[string][]string{
30 "message": { // field name
31 "string", // type
32 "The message to send", // description
33 },
34 }
35}
36
37func RequiredFields() []string {
38 return []string{"message"} // field name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…