validate_component_props
Validate component properties to ensure they exist in stored observations, preventing hallucination. Input includes component name and array of prop names to check.
Instructions
Validate component props to prevent hallucination. Checks if props exist in @props observations
Input Schema
Name | Required | Description | Default |
---|---|---|---|
componentName | Yes | Name of the component to validate | |
propsToCheck | Yes | Array of prop names to validate |