pub fn assistant_tool_calls( content: impl Into<String>, calls: Vec<ToolCall>, ) -> Message
Create an assistant message with tool calls (convenience function).