mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-08-25 22:18:00 +00:00
Allow required JSON schema state fields to be supplied by kickoff inputs
instead of requiring every field to exist in state.default before
runtime.
Example: a flow with required lead_name and no state.default can now run
with kickoff inputs={"lead_name": "Ada Lovelace"}.