Documentation
¶
Overview ¶
Package moadocs serves moa's own documentation to the agent.
A user who installed the binary has no copy of the moa repository, so without this the agent can only answer questions about moa from whatever it remembers — which is how confident, wrong answers about flags and config files get produced. The docs travel inside the binary, so they always describe the exact version being run.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Description ¶
func Description() string
Description builds the tool description. The page names live here on purpose: every registered tool already costs one line in the system prompt, so listing them inside that line adds no new block, and without them the model does not know an Automation API page exists — it would answer from memory instead of looking it up, which is the whole failure being fixed.