pub fn create_flow_step_input(
step_id: &str,
instructions: ContentInput,
flow_id: &str,
step_index: usize,
turn_metadata: Option<RuntimeTurnMetadata>,
) -> InputExpand description
Create a FlowStepInput for a mob flow step.
pub fn create_flow_step_input(
step_id: &str,
instructions: ContentInput,
flow_id: &str,
step_index: usize,
turn_metadata: Option<RuntimeTurnMetadata>,
) -> InputCreate a FlowStepInput for a mob flow step.