Why Input Schema Matters
- Ensures data integrity before reaching the model
- Maps business inputs to model parameters
- Prevents inference failures due to malformed payloads
- Enables dynamic or static parameter configuration
Defining Input Fields
Each input field includes the following:
📸 Placeholder for: Screenshot of input schema editor
Static vs. Dynamic Values
- Static: Hardcoded values used for all model requests. Example:
country: "US" - Dynamic: Values sourced from the business application or runtime context. Example:
user_idpassed from Salesforce record