Skip to main content

create_flow_step_input

Function create_flow_step_input 

Source
pub fn create_flow_step_input(
    step_id: &str,
    instructions: ContentInput,
    flow_id: &str,
    step_index: usize,
    turn_metadata: Option<RuntimeTurnMetadata>,
) -> Input
Expand description

Create a FlowStepInput for a mob flow step.