pub fn spawn_session_with_prompts(
theme: InlineTheme,
placeholder: Option<String>,
surface_preference: UiSurfacePreference,
inline_rows: u16,
event_callback: Option<InlineEventCallback>,
active_pty_sessions: Option<Arc<AtomicUsize>>,
input_activity_counter: Option<Arc<AtomicU64>>,
keyboard_protocol: KeyboardProtocolConfig,
fullscreen: FullscreenInteractionSettings,
workspace_root: Option<PathBuf>,
) -> Result<InlineSession>Expand description
Spawn session with optional custom prompts pre-loaded