AttributeValue
@forge/monorepo / backend/src / AttributeValue
Type Alias: AttributeValue
AttributeValue =
string|number|boolean
Defined in: backend/src/telemetry/index.ts:59
A span attribute value.
Primitives only, and deliberately not unknown. A nested object is where content hides: { input: {...} }
on a tool span is one keystroke from being the whole tool input, and no reviewer would notice. A caller that
genuinely needs structure has to name each field, which is exactly the friction that keeps prompts out.