ExecutionSchema
Last updated
Last updated
The ExecutionSchema is essential for organizing the execution flow in a program.
When you call the __or__ method of , it binds components in the to create the execution pipeline. However, if you call __or__ on the directly, a is added to the schema. To maintain the ExecutionSchema's context, it's needed to wrap it within another Component, like another or an .
See: