edgegate_capture_reference
Capture a known-good reference oracle baseline that the Behavioral Gate diffs your on-device quantized model against. Specify either an HF repo (auto-FP16) or a golden artifact upload; returns a job ID to poll.
Instructions
Trigger a reference-oracle capture — the known-good baseline the Behavioral Gate diffs the on-device quantized model against. Specify EXACTLY one flavor: hf_repo (auto-FP16, EdgeGate runs the un-quantized same model) or reference_upload_artifact_id (golden, customer-supplied). Returns a job_id to poll. Requires workspace admin access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hf_repo | No | auto-FP16 flavor: HF repo EdgeGate runs un-quantized as the oracle. | |
| workspace_id | Yes | ||
| decode_config | No | Decode settings, e.g. {"seed": 0}. Defaults to an empty object. | |
| system_prompt | Yes | System prompt the reference oracle is captured under. | |
| eval_set_artifact_id | Yes | Published eval-set artifact id (the artifact_id from edgegate_publish_eval_set). | |
| reference_upload_artifact_id | No | golden flavor: a customer-supplied reference upload artifact id. |