mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 16:25:58 +08:00
New skill that generates minimal seed-data stubs (custom fields, objects, Apex class stubs) for evaluation datasets in the afv-library. Adapted from the adk-eval-seed-data-generator with afv-library conventions and all PR #194 review feedback addressed (scoped allowed-tools, no hardcoded paths, progressive disclosure, skills referenced by name).
4 lines
106 B
OpenEdge ABL
4 lines
106 B
OpenEdge ABL
// STUB — review and update expected output before running eval
|
|
public abstract class BaseProcessor {
|
|
}
|