isCoreTool reports whether name keeps its full inline definition.
(name string)
| 51 | |
| 52 | // isCoreTool reports whether name keeps its full inline definition. |
| 53 | func isCoreTool(name string) bool { return coreToolNames[name] } |
| 54 | |
| 55 | // renderToolBlock renders one plugin's full prompt block — the exact shape |
| 56 | // the agent prompt has always used. compact (coder mode) keeps required |
no outgoing calls