@sqlrooms/ai / SessionTitle
Variable: SessionTitle
constSessionTitle:React.FC<SessionTitleProps>
Component that displays the current session name as an editable text field. Shows the model name if available and a placeholder if no session is selected.
Example
tsx
<SessionTitle className="my-custom-class" />