Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getpique.ai/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Determines whether the product is being applied in the content. The detector gives a high score (1.0) when product application is detected and a low score (0.0) when it is not.

Configuration

No configuration required. The detector always checks for product application.

Example Configuration

{
  "detector_name": "product_application"
}

Result Schema

{
  "detector_name": "product_application",
  "pass_check": true,
  "score": 1.0,
  "rationale": "Product application detected. Demonstrated use on skin.",
  "metrics": {
    "is_applying": true,
    "reasons": "Demonstrated use on skin"
  },
  "timestamps": [0.8, 3.2]
}