Skip to main content

send_hello

Function send_hello 

Source
pub async fn send_hello<S>(
    writer: &mut S,
    agent: &str,
    settings_dir: &str,
    vault_locked: bool,
    provider: Option<&str>,
    model: Option<&str>,
) -> Result<()>
where S: SinkExt<Message> + Unpin,
Expand description

Build and send a hello frame.