assistant_tool_calls

Function assistant_tool_calls 

Source
pub fn assistant_tool_calls(
    content: impl Into<String>,
    calls: Vec<ToolCall>,
) -> Message
Expand description

Create an assistant message with tool calls (convenience function).