- {step === 3 ? ( + : "Review" + } + // The agent step carries no lede, as the prototype has it: + // the capsule and the heading say what this is, and a + // sentence restating it only pushes the fields down. + lede={ + step === 3 ? undefined : step === 4 ? ( <> - They'll help drive{" "} - {companyName}{" "} - toward its mission. We default to{" "} - Chief of staff. - Rename it to anything you like. + What model would you like your first agent to use? You can + choose different models when creating additional agents. > - ) : step === 4 ? ( - <>Pick the adapter and model your lead will run on, then check the environment.> ) : ( <>Your first agent is online and ready to work.> - )} -
-- {step === 4 ? ( - "your team lead, taking shape" - ) : ( - {agentName} - )} -
- )}{lede}
+ ) : null} +