A physical action
The AI triggers something in the physical world — a door unlocking, a light turning on, an alert sounding, signage changing, HVAC adjusting. Examples: a turnstile that opens on facial match, a public-address alert played automatically, an HVAC adjustment commanded by a building model.
Description
- Description
Playground
Try the element with your own values, contexts, and color modes.
Context
Style
Raw JSON
Live API response from GET /schemas/ai@2026-05-06-beta/elements/output_physical_action.
element "output_physical_action"
{
"id": "output_physical_action",
"category_id": "output_dataset",
"title": [
{
"locale": "en",
"value": "A physical action"
}
],
"description": [
{
"locale": "en",
"value": "The AI triggers something in the physical world — a door unlocking, a light turning on, an alert sounding, signage changing, HVAC adjusting. Examples: a turnstile that opens on facial match, a public-address alert played automatically, an HVAC adjustment commanded by a building model."
}
],
"authoring_guidance": [],
"examples": [],
"sources": [
{
"type": "regulation",
"title": "EU AI Act Article 3(1) — outputs that \"influence physical or virtual environments\"",
"url": "https://eur-lex.europa.eu/eli/reg/2024/1689/oj",
"citation": "Regulation (EU) 2024/1689, Article 3(1). Pairs with the agentic_mode element in this schema."
}
],
"symbol_id": "physical_action",
"variables": [
{
"id": "additional_description",
"label": [
{
"locale": "en",
"value": "Description"
}
],
"required": true
}
],
"shape": "circle",
"icon_variants": [
"default",
"dark",
"de_identified",
"de_identified.dark",
"pseudonymous",
"pseudonymous.dark",
"identifiable",
"identifiable.dark"
]
}