Skip to main content

send_tool_call

Function send_tool_call 

Source
pub async fn send_tool_call<S>(
    writer: &mut S,
    id: &str,
    name: &str,
    arguments: &str,
) -> Result<()>
where S: SinkExt<Message> + Unpin,
Expand description

Build and send a tool call frame.